QuickReply

class pyrogram.raw.base.QuickReply

A quick reply shortcut.

Constructors:

This base type has 1 constructor available.

QuickReply

A quick reply shortcut.

TL Schema

quickReply#697102b
shortcut_id:int
shortcut:string
top_message:int
count:int

= QuickReply

Parameter Tree

QuickReply
├── shortcut_idint
├── shortcutstring
├── top_messageint
└── countint

Example

QuickReply(
    shortcut_id=0,
    shortcut="text",
    top_message=0,
    count=0,
)