Link Search Menu Expand Document

Constructor: quickReply

Back to constructors index

Attributes:

NameTypeRequired
shortcut_idintYes
shortcutstringYes
top_messageintYes
countintYes

Type: QuickReply

Example:

$quickReply = ['_' => 'quickReply', 'shortcut_id' => int, 'shortcut' => 'string', 'top_message' => int, 'count' => int];