Layer 220
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

Update

Gogram Example

// Creating UpdateQuickReplyMessage constructor
obj := &tg.UpdateQuickReplyMessage{
    Message: &tg.Message{},
}