a
    y{JhZ  ã                   @  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                      sT   e Zd ZU dZeZdZded< ded< ded< erLdddd	d
dœ‡ fdd„Z	‡  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` and :class:`aiogram.methods.add_sticker_to_set.AddStickerToSet` 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
    ZuploadStickerFileÚintÚuser_idr   ÚstickerÚstrÚsticker_formatr   ÚNone)r   r   r   Ú#_UploadStickerFile__pydantic_kwargsÚreturnc                  s   t ƒ jf |||dœ|¤Ž d S )N)r   r   r   )ÚsuperÚ__init__)Z__pydantic__self__r   r   r   r   ©Ú	__class__© úU/var/www/shaz/venv/lib/python3.9/site-packages/aiogram/methods/upload_sticker_file.pyr      s    ýüzUploadStickerFile.__init__)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Z__returning__Z__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   