Get all archived stickers
Method schema is available as of layer 56. Switch ยป
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| masks | flags.0?true | Get mask stickers |
| emojis | flags.1?true | Get custom emoji stickers |
| offset_id | long | Offsets for pagination, for more info click here |
| limit | int | Maximum number of results to return, see pagination |
Telegram clients support displaying static and animated stickers.
Telegram allows including animated and static custom emojis inside of messages.
How to fetch results from large lists of objects.