o
    FÆhŸ  ã                   @  sP   d dl mZ d dlmZmZ ddlmZmZ ddlm	Z	 G dd„ de	e ƒZ
d	S )
é    )Úannotations)ÚTYPE_CHECKINGÚAnyé   )ÚFileÚ	InputFileé   )ÚTelegramMethodc                      sV   e Zd ZU dZeZdZded< 	 ded< 	 ded< 	 er'd‡ fdd„Z	‡  Z
S ‡  Z
S )ÚUploadStickerFileaÊ  
    Use this method to upload a file with a sticker for later use in the :class:`aiogram.methods.create_new_sticker_set.CreateNewStickerSet`, :class:`aiogram.methods.add_sticker_to_set.AddStickerToSet`, or :class:`aiogram.methods.replace_sticker_in_set.ReplaceStickerInSet` methods (the file can be used multiple times). Returns the uploaded :class:`aiogram.types.file.File` on success.

    Source: https://core.telegram.org/bots/api#uploadstickerfile
    ÚuploadStickerFileÚintÚuser_idr   ÚstickerÚstrÚsticker_formatÚ#_UploadStickerFile__pydantic_kwargsr   ÚreturnÚNonec                  s   t ƒ jd|||dœ|¤Ž d S )N)r   r   r   © )ÚsuperÚ__init__)Ú__pydantic__self__r   r   r   r   ©Ú	__class__r   úV/var/www/html/venv/lib/python3.10/site-packages/aiogram/methods/upload_sticker_file.pyr      s   ý
üzUploadStickerFile.__init__)
r   r   r   r   r   r   r   r   r   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__returning__Ú__api_method__Ú__annotations__r   r   Ú__classcell__r   r   r   r   r
   	   s   
 ür
   N)Ú
__future__r   Útypingr   r   Útypesr   r   Úbaser	   r
   r   r   r   r   Ú<module>   s
    