Skip to content

Commit

Permalink
add missing passportData field to Message object
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed May 7, 2019
1 parent 7e32cef commit 3aae1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion telebot.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.5.7"
version = "0.5.7.1"
author = "Huy Doan"
description = "Async Telegram Bot API Client"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions telebot/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ type
invoice*: Option[Invoice]
successfulPayment*: Option[SuccessfulPayment]
connectedWebsite*: Option[string]
passportData*: Option[PassportData]

ChatPhoto* = object of TelegramObject
smallFileId*: string
Expand Down

0 comments on commit 3aae1d4

Please sign in to comment.