
    ,h                    Z    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ee	e            Z
y	)
    )annotations)TYPE_CHECKINGAny   )Sticker   )TelegramMethodc                  X     e Zd ZU dZee   ZdZded<   	 e	r	 	 	 	 	 	 d fdZ
 xZS  xZS )GetCustomEmojiStickersz
    Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of :class:`aiogram.types.sticker.Sticker` objects.

    Source: https://core.telegram.org/bots/api#getcustomemojistickers
    getCustomEmojiStickers	list[str]custom_emoji_idsc               (    t        |   dd|i| y )Nr    )super__init__)__pydantic__self__r   (_GetCustomEmojiStickers__pydantic_kwargs	__class__s      \/var/www/html/venv/lib/python3.12/site-packages/aiogram/methods/get_custom_emoji_stickers.pyr   zGetCustomEmojiStickers.__init__   s     GT.>TBST    )r   r   r   r   returnNone)__name__
__module____qualname____doc__listr   __returning____api_method____annotations__r   r   __classcell__)r   s   @r   r   r   	   sP     MM-Nt	U5>	UUX	U	U 	U	 r   r   N)
__future__r   typingr   r   typesr   baser	   r   r   r   r   r   <module>r'      s(    " %   U^DM: Ur   