QuickReply
- class pyrogram.raw.base.QuickReply
A quick reply shortcut.
- Constructors:
This base type has 1 constructor available.
A quick reply shortcut.
TL Schema
quickReply#697102b
shortcut_id:int
shortcut:string
top_message:int
count:int
= QuickReply
Parameter Tree
QuickReply
├── shortcut_id →
int├── shortcut →
string├── top_message →
int└── count →
intExample
QuickReply(
shortcut_id=0,
shortcut="text",
top_message=0,
count=0,
)