
    dh                    X    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e	e         Z
y	)
    )annotations)TYPE_CHECKINGAny   )File	InputFile   )TelegramMethodc                  r     e Zd ZU dZeZdZded<   	 ded<   	 ded<   	 er	 	 	 	 	 	 	 	 	 	 d
 fd	Z	 xZ
S  x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`, :class:`aiogram.methods.add_sticker_to_set.AddStickerToSet`, or :class:`aiogram.methods.replace_sticker_in_set.ReplaceStickerInSet` 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
    uploadStickerFileintuser_idr   stickerstrsticker_formatc               ,    t        |   d|||d| y )N)r   r   r    )super__init__)__pydantic__self__r   r   r   #_UploadStickerFile__pydantic_kwargs	__class__s        ]/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/upload_sticker_file.pyr   zUploadStickerFile.__init__   s*     G - $	    )
r   r   r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__r   __returning____api_method____annotations__r   r   __classcell__)r   s   @r   r   r   	   su     M(NL/ zM	 	 		
  	 "%	 	 		 r   r   N)
__future__r   typingr   r   typesr   r   baser
   r   r   r   r   <module>r*      s"    " % #  &t, &r   