Skip to content

Commit

Permalink
Bot API 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed Aug 4, 2018
1 parent ad71f82 commit 83f897a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions telebot/api.nim
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ magic Video:
width: int {.optional.}
height: int {.optional.}
caption: string {.optional.}
supportsStreaming: bool {.optional.}
replyToMessageId: int {.optional.}
replyMarkup: KeyboardMarkup {.optional.}

Expand Down
1 change: 1 addition & 0 deletions telebot/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ type
pinnedMessage*: Option[ref Message]
invoice*: Option[Invoice]
successfulPayment*: Option[SuccessfulPayment]
connectedWebsite*: Option[string]

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

0 comments on commit 83f897a

Please sign in to comment.