Layer 220
UpdateQuickReplyMessage
A new message was added to a quick reply shortcut.
constructor
updateQuickReplyMessage#3e050d0f message:Message = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Message | Message | The message that was added (the message. quick_reply_shortcut_id field will contain the shortcut ID). |
Returns
UpdateGogram Example
// Creating UpdateQuickReplyMessage constructor obj := &tg.UpdateQuickReplyMessage{ Message: &tg.Message{}, }