We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde7043 commit ff52679Copy full SHA for ff52679
telebot.nimble
@@ -1,4 +1,4 @@
1
-version = "0.5.6"
+version = "0.5.6.1"
2
author = "Huy Doan"
3
description = "Async Telegram Bot API Client"
4
license = "MIT"
telebot/types.nim
@@ -516,8 +516,8 @@ type
516
ChosenInlineResult* = object of TelegramObject
517
resultId*: string
518
fromUser*: User
519
- location*: Location
520
- inlineMessageId*: string
+ location*: Option[Location]
+ inlineMessageId*: Option[string]
521
query*: string
522
523
#------------------
0 commit comments