updateStickerSetsOrder
The order of stickersets was changed
type tg.UpdateStickerSetsOrder struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Masks | bool | — | Whether the updated stickers are mask stickers |
Emojis | bool | — | Whether the updated stickers are custom emoji stickers |
Order | []int64 | yes | New sticker order by sticker ID |
References
- Official documentation
- Generated Go reference
- TL definition:
updateStickerSetsOrder#bb2d201