Link Search Menu Expand Document

Constructor: updateDeleteQuickReply

Back to constructors index

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:

NameTypeRequiredDescription
shortcut_idintYesID of the quick reply shortcut that was deleted.

Type: Update

Example:

$updateDeleteQuickReply = ['_' => 'updateDeleteQuickReply', 'shortcut_id' => int];