diff --git a/telebot.nimble b/telebot.nimble index 4963877..30ecf1d 100644 --- a/telebot.nimble +++ b/telebot.nimble @@ -1,4 +1,4 @@ -version = "0.5.7" +version = "0.5.7.1" author = "Huy Doan" description = "Async Telegram Bot API Client" license = "MIT" diff --git a/telebot/types.nim b/telebot/types.nim index 6b829b4..463ec9a 100644 --- a/telebot/types.nim +++ b/telebot/types.nim @@ -234,6 +234,7 @@ type invoice*: Option[Invoice] successfulPayment*: Option[SuccessfulPayment] connectedWebsite*: Option[string] + passportData*: Option[PassportData] ChatPhoto* = object of TelegramObject smallFileId*: string