View Source ExTDLib.Method.GetAllStickerEmojis (ExTDLib v0.0.4)

Returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id). Returns object_ptr<Emojis>.

NameTypeDescription
sticker_typeStickerTypeType of the stickers to search for.
querystringSearch query.
chat_idstringChat identifier for which to find stickers.
return_only_main_emojiboolPass true if only main emoji for each found sticker must be included in the result.

More details on telegram's documentation.