Skip to content

Commit

Permalink
Fix: ChatMember.until_date and EncryptedPassportElement.data are opti…
Browse files Browse the repository at this point in the history
…onal
  • Loading branch information
ba0f3 committed May 9, 2019
1 parent 3cab104 commit aadb0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1"
version = "0.5.7.3"
author = "Huy Doan"
description = "Async Telegram Bot API Client"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion telebot/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ type
ChatMember* = object of TelegramObject
user*: User
status*: string
untilDate*: int
untilDate*: Option[int]
canBeEdited*: Option[bool]
canChangeInfo*: Option[bool]
canPostMessages*: Option[bool]
Expand Down

0 comments on commit aadb0c6

Please sign in to comment.