Add ReplyMarkup into message type

pull/281/head
youaresofunny 6 years ago
parent e4e2514caf
commit 6205700e67
  1. 1
      types.go

@ -172,6 +172,7 @@ type Message struct {
SuccessfulPayment *SuccessfulPayment `json:"successful_payment"` // optional
PassportData *PassportData `json:"passport_data,omitempty"` // optional
ConnectedWebsite *string `json:"connected_website,omitempty"` // optional
ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup,omitempty"` // optional
}
// Time converts the message timestamp into a Time.