|
|
@ -172,6 +172,7 @@ type Message struct { |
|
|
|
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
|
|
|
|
ConnectedWebsite *string `json:"connected_website,omitempty"` // optional
|
|
|
|
ConnectedWebsite *string `json:"connected_website,omitempty"` // optional
|
|
|
|
|
|
|
|
ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup,omitempty"` // optional
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Time converts the message timestamp into a Time.
|
|
|
|
// Time converts the message timestamp into a Time.
|
|
|
|