Constructor: updateDeleteQuickReplyMessages
One or more messages in a quick reply shortcut » were deleted.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
shortcut_id | int | Yes | Quick reply shortcut ID. |
messages | Array of int | Yes | IDs of the deleted messages. |
Type: Update
Example:
$updateDeleteQuickReplyMessages = ['_' => 'updateDeleteQuickReplyMessages', 'shortcut_id' => int, 'messages' => [int, int]];