Constructor: updateDeleteQuickReply
A quick reply shortcut » was deleted. This will not emit updateDeleteQuickReplyMessages updates, even if all the messages in the shortcut are also deleted by this update.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
shortcut_id | int | Yes | ID of the quick reply shortcut that was deleted. |
Type: Update
Example:
$updateDeleteQuickReply = ['_' => 'updateDeleteQuickReply', 'shortcut_id' => int];