StickerPack
- class pyrogram.raw.base.StickerPack
Stickerpack
- Constructors:
This base type has 1 constructor available.
A stickerpack is a group of stickers associated to the same emoji.
TL Schema
stickerPack#12b299d4
emoticon:string
documents:Vector<long>
= StickerPack
Parameter Tree
StickerPack
├── emoticon →
string└── documents →
Vector < long >Example
StickerPack(
emoticon="text",
documents=[0],
)