Link Search Menu Expand Document

Constructor: quickReply

Back to constructors index

A quick reply shortcut.

Attributes:

NameTypeRequiredDescription
shortcut_idintYesUnique shortcut ID.
shortcutstringYesShortcut name.
top_messageintYesID of the last message in the shortcut.
countintYesTotal number of messages in the shortcut.

Type: QuickReply

Example:

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