
    dh=                    X    d dl mZ d dlmZmZmZ ddlmZ ddlm	Z	  G d de	e
         Zy	)
    )annotations)TYPE_CHECKINGAnyOptional   )InputFileUnion   )TelegramMethodc                       e Zd ZU dZeZdZded<   	 ded<   	 ded<   	 dZd	ed
<   	 e	rdd	 	 	 	 	 	 	 	 	 	 	 d fdZ
 xZS  xZS )SetStickerSetThumbnaila  
    Use this method to set the thumbnail of a regular or mask sticker set. The format of the thumbnail file must match the format of the stickers in the set. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#setstickersetthumbnail
    setStickerSetThumbnailstrnameintuser_idformatNOptional[InputFileUnion]	thumbnail)r   c               .    t        |   d||||d| y )N)r   r   r   r    )super__init__)__pydantic__self__r   r   r   r   (_SetStickerSetThumbnail__pydantic_kwargs	__class__s         c/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/set_sticker_set_thumbnail.pyr   zSetStickerSetThumbnail.__init__    s(     G 76YRc    )r   r   r   r   r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__bool__returning____api_method____annotations__r   r   r   __classcell__)r   s   @r   r   r   	   s     M-N
IL2K d*.I'. } 37	 	 		
 	 0	 "%	 	 		 r   r   N)
__future__r   typingr   r   r   typesr   baser
   r$   r   r   r   r   <module>r-      s%    " / / "  &^D1 &r   