Layer 220
constructor
updateDeleteQuickReply#53e6f1ec shortcut_id:int = Update;

Parameters

Name Type Description
ShortcutId int ID of the quick reply shortcut that was deleted.

Returns

Update

Gogram Example

// Creating UpdateDeleteQuickReply constructor
obj := &tg.UpdateDeleteQuickReply{
    ShortcutId: 0,
}