o
    *fj                     @  sP   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 dee	e  Z
d	S )
    )annotations)TYPE_CHECKINGAny   )Sticker   )TelegramMethodc                      sF   e Zd ZU dZee ZdZded< 	 e	rd fd	d
Z
  ZS   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_ids(_GetCustomEmojiStickers__pydantic_kwargsr   returnNonec                  s   t  jdd|i| d S )Nr    )super__init__)__pydantic__self__r   r   	__class__r   /var/www/botplatforma_usr/data/www/botplatforma.ilyaolesya.ru/.venv/lib/python3.10/site-packages/aiogram/methods/get_custom_emoji_stickers.pyr      s   zGetCustomEmojiStickers.__init__)r   r   r   r   r   r   )__name__
__module____qualname____doc__listr   __returning____api_method____annotations__r   r   __classcell__r   r   r   r   r	   	   s   
 r	   N)
__future__r   typingr   r   typesr   baser   r   r	   r   r   r   r   <module>   s
    