stickerPack
A stickerpack is a group of stickers associated to the same emoji. It is not a sticker pack the way it is usually intended, you may be looking for a StickerSet.
type tg.StickerPack struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Emoticon | string | yes | Emoji |
Documents | []int64 | yes | Stickers |
References
- Official documentation
- Generated Go reference
- TL definition:
stickerPack#12b299d4