Revert "Remove a broken check for GetUpdatesChan." This was not properly tested and results in the bot looping. This reverts commit 5f38203a155afa901c7deb70596a088a8424a9ee.
Syfaro syfaro@huefox.com
Mon, 08 Oct 2018 13:58:50 -0500
2 files changed,
5 insertions(+),
2 deletions(-)
M
passport.go
→
passport.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"`