a
    y{Jh8  ã                   @  sL   d dl mZ d dlmZmZ ddlmZ ddlmZ G dd„ dee	 ƒZ
d	S )
é    )Úannotations)ÚTYPE_CHECKINGÚAnyé   )ÚInputStickeré   )Ú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 )ÚAddStickerToSeta¡  
    Use this method to add a new sticker to a set created by the bot. The format of the added sticker must match the format of the other stickers in the set. Emoji sticker sets can have up to 200 stickers. Animated and video sticker sets can have up to 50 stickers. Static sticker sets can have up to 120 stickers. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#addstickertoset
    ZaddStickerToSetÚintÚuser_idÚstrÚnamer   Ústickerr   ÚNone)r   r   r   Ú!_AddStickerToSet__pydantic_kwargsÚreturnc                  s   t ƒ jf |||dœ|¤Ž d S )N)r   r   r   )ÚsuperÚ__init__)Z__pydantic__self__r   r   r   r   ©Ú	__class__© úT/var/www/shaz/venv/lib/python3.9/site-packages/aiogram/methods/add_sticker_to_set.pyr      s    zAddStickerToSet.__init__)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚboolZ__returning__Z__api_method__Ú__annotations__r   r   Ú__classcell__r   r   r   r   r	   	   s   
r	   N)Ú
__future__r   Útypingr   r   Útypesr   Úbaser   r   r	   r   r   r   r   Ú<module>   s   