add *InlineKeyboardMarkup field to Message struct

pull/250/head
Aleksandr 6 years ago
parent cea05bfc44
commit 66f661d68c
  1. 1
      types.go

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