Skip to content

Commit

Permalink
Add ReplyMarkup field to Message
Browse files Browse the repository at this point in the history
  • Loading branch information
demget authored and stek29 committed Dec 25, 2019
1 parent 10b5534 commit 11b34b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ type Message struct {
// in this field will not contain further ReplyTo fields even
// if it is itself a reply.
PinnedMessage *Message `json:"pinned_message"`

// Inline keyboard attached to the message.
ReplyMarkup InlineKeyboardMarkup `json:"reply_markup"`
}

// MessageEntity object represents "special" parts of text messages,
Expand Down

0 comments on commit 11b34b3

Please sign in to comment.