pull/250/merge
grishinsana 6 years ago committed by GitHub
commit c64a36a85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      types.go

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