Passport Updates (#1)

This commit is contained in:
Travis Reeder 2018-09-04 10:52:52 -07:00 committed by GitHub
parent 75244dc4f7
commit 2326345451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 324 additions and 0 deletions

View file

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