all repos — telegram-bot-api @ 9860bdfd3a171ceafb6e1eafa163482a6ef92643

Golang bindings for the Telegram Bot API

Fix capitalization in doc.
Syfaro syfaro@huefox.com
Mon, 08 Oct 2018 14:45:45 -0500
commit

9860bdfd3a171ceafb6e1eafa163482a6ef92643

parent

b60db1d2e17d88a92816d9ad3a49fd50da08ef87

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M passport.gopassport.go

@@ -307,7 +307,7 @@ LastNameNative string `json:"last_name_native"`

MiddleNameNative string `json:"middle_name_native"` } - // IdDocumentData https://core.telegram.org/passport#iddocumentdata + // IDDocumentData https://core.telegram.org/passport#iddocumentdata IDDocumentData struct { DocumentNumber string `json:"document_no"` ExpiryDate string `json:"expiry_date"`