Skip to content

Commit 3aae1d4

Browse files
committed
add missing passportData field to Message object
1 parent 7e32cef commit 3aae1d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

telebot.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.5.7"
1+
version = "0.5.7.1"
22
author = "Huy Doan"
33
description = "Async Telegram Bot API Client"
44
license = "MIT"

telebot/types.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ type
234234
invoice*: Option[Invoice]
235235
successfulPayment*: Option[SuccessfulPayment]
236236
connectedWebsite*: Option[string]
237+
passportData*: Option[PassportData]
237238

238239
ChatPhoto* = object of TelegramObject
239240
smallFileId*: string

0 commit comments

Comments
 (0)