mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 00:03:48 +00:00
Optional replyMarkup in InlineQueryResultArticle
This commit is contained in:
parent
f6581ff3be
commit
aaa0f8f114
@ -26,6 +26,7 @@ work with media groups lists
|
||||
* Now you can create username object using string which is not starting with `@`
|
||||
* Now `Username` correctly comparing with strings, which are not starting with `@`
|
||||
* Now most part of usernames in library have type `Username`
|
||||
* Fix `replyMarkup` in `InlineQueryResultArticle`
|
||||
|
||||
## 0.9.0
|
||||
|
||||
|
@ -15,6 +15,7 @@ class InlineQueryResultArticle(
|
||||
@SerialName(inputMessageContentField)
|
||||
override val inputMessageContent: InputMessageContent,
|
||||
@SerialName(replyMarkupField)
|
||||
@Optional
|
||||
override val replyMarkup: InlineKeyboardMarkup? = null,
|
||||
@SerialName(urlField)
|
||||
@Optional
|
||||
|
Loading…
Reference in New Issue
Block a user