messages.recentStickers
Recently used stickers
type tg.MessagesRecentStickers struct { /* ... */ }
Implements messages.RecentStickers.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Hash | int64 | yes | Hash used for caching, for more info click here |
Packs | []StickerPack | yes | Emojis associated to stickers |
Stickers | []DocumentClass | yes | Recent stickers |
Dates | []int | yes | When was each sticker last used |
References
- Official documentation
- Generated Go reference
- TL definition:
messages.recentStickers#88d37c56