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>.
| Name | Type | Description |
|---|---|---|
| sticker_type | StickerType | Type of the stickers to search for. |
| query | string | Search query. |
| chat_id | string | Chat identifier for which to find stickers. |
| return_only_main_emoji | bool | Pass true if only main emoji for each found sticker must be included in the result. |
More details on telegram's documentation.