StickerKeyword

class pyrogram.raw.base.StickerKeyword

Keywords for a certain sticker

Constructors:

This base type has 1 constructor available.

StickerKeyword

Keywords for a certain sticker

TL Schema

stickerKeyword#fcfeb29c
document_id:long
keyword:Vector<string>

= StickerKeyword

Parameter Tree

StickerKeyword
├── document_idlong
└── keywordVector < string >

Example

StickerKeyword(
    document_id=0,
    keyword=["text"],
)