Get all archived stickers
messages.archivedStickers#4fcba9c8 count:int sets:Vector<StickerSetCovered> = messages.ArchivedStickers;
---functions---
messages.getArchivedStickers#57f17692 flags:# masks:flags.0?true emojis:flags.1?true offset_id:long limit:int = messages.ArchivedStickers;
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.