Constructor: quickReply
Attributes:
Name | Type | Required | Description |
---|---|---|---|
shortcut_id | int | Yes | Unique shortcut ID. |
shortcut | string | Yes | Shortcut name. |
top_message | int | Yes | ID of the last message in the shortcut. |
count | int | Yes | Total number of messages in the shortcut. |
Type: QuickReply
Example:
$quickReply = ['_' => 'quickReply', 'shortcut_id' => int, 'shortcut' => 'string', 'top_message' => int, 'count' => int];