Layer 220
UpdateDeleteQuickReply
A quick reply shortcut was deleted. This will not emit update Delete Quick Reply Messages updates, even if all the messages in the shortcut are also deleted by this update.
constructor
updateDeleteQuickReply#53e6f1ec shortcut_id:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| ShortcutId | int | ID of the quick reply shortcut that was deleted. |
Returns
UpdateGogram Example
// Creating UpdateDeleteQuickReply constructor obj := &tg.UpdateDeleteQuickReply{ ShortcutId: 0, }