Passport Updates (#1)
This commit is contained in:
parent
75244dc4f7
commit
2326345451
3 changed files with 324 additions and 0 deletions
1
types.go
1
types.go
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue