o
    *fjL                     @  s@   d dl 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   )TelegramMethodc                      sL   e Zd ZU dZeZdZded< 	 ded< 	 er"d fddZ	  Z
S   Z
S )SetStickerPositionInSetz
    Use this method to move a sticker in a set created by the bot to a specific position. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#setstickerpositioninset
    setStickerPositionInSetstrstickerintposition)_SetStickerPositionInSet__pydantic_kwargsr   returnNonec                  s   t  jd||d| d S )N)r
   r    )super__init__)__pydantic__self__r
   r   r   	__class__r   /var/www/botplatforma_usr/data/www/botplatforma.ilyaolesya.ru/.venv/lib/python3.10/site-packages/aiogram/methods/set_sticker_position_in_set.pyr      s   z SetStickerPositionInSet.__init__)r
   r	   r   r   r   r   r   r   )__name__
__module____qualname____doc__bool__returning____api_method____annotations__r   r   __classcell__r   r   r   r   r      s   
 r   N)	
__future__r   typingr   r   baser   r   r   r   r   r   r   <module>   s    