
    ,hL                    H    d dl mZ d dlmZmZ ddlmZ  G d dee         Zy)    )annotations)TYPE_CHECKINGAny   )TelegramMethodc                  b     e Zd ZU dZeZdZded<   	 ded<   	 er	 	 	 	 	 	 	 	 d fdZ	 xZ
S  x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positionc               *    t        |   d||d| y )N)r   r    )super__init__)__pydantic__self__r   r   )_SetStickerPositionInSet__pydantic_kwargs	__class__s       ^/var/www/html/venv/lib/python3.12/site-packages/aiogram/methods/set_sticker_position_in_set.pyr   z SetStickerPositionInSet.__init__   s     GUWxUCTU    )r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__bool__returning____api_method____annotations__r   r   __classcell__)r   s   @r   r	   r	      s\     M.NL(M5	V,/	V;>	VUX	V	V 	V	 r   r	   N)	
__future__r   typingr   r   baser   r   r	   r   r   r   <module>r&      s!    " %  VnT2 Vr   