message: add pointer to the ReplyMarkup field

pull/477/head
Demian 3 years ago
parent 8d1854e2a7
commit 0e4c75404b

@ -240,7 +240,7 @@ type Message struct {
AutoDeleteTimer *AutoDeleteTimer `json:"message_auto_delete_timer_changed,omitempty"`
// Inline keyboard attached to the message.
ReplyMarkup InlineKeyboardMarkup `json:"reply_markup"`
ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup,omitempty"`
}
// MessageEntity object represents "special" parts of text messages,

Loading…
Cancel
Save