StickerKeyword
- class pyrogram.raw.base.StickerKeyword
Keywords for a certain sticker
- Constructors:
This base type has 1 constructor available.
Keywords for a certain sticker
TL Schema
stickerKeyword#fcfeb29c
document_id:long
keyword:Vector<string>
= StickerKeyword
Parameter Tree
StickerKeyword
├── document_id →
long└── keyword →
Vector < string >Example
StickerKeyword(
document_id=0,
keyword=["text"],
)