Skip to content

Commit

Permalink
EncryptedPassportElement.data is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed May 9, 2019
1 parent 3aae1d4 commit 3cab104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ type

EncryptedPassportElement* = object of TelegramObject
kind*: string
data*: string
data*: Option[string]
phoneNumber*: Option[string]
email*: Option[string]
files*: Option[seq[PassportFile]]
Expand Down

0 comments on commit 3cab104

Please sign in to comment.