mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +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 you can create username object using string which is not starting with `@`
|
||||||
* Now `Username` correctly comparing with strings, which are not starting with `@`
|
* Now `Username` correctly comparing with strings, which are not starting with `@`
|
||||||
* Now most part of usernames in library have type `Username`
|
* Now most part of usernames in library have type `Username`
|
||||||
|
* Fix `replyMarkup` in `InlineQueryResultArticle`
|
||||||
|
|
||||||
## 0.9.0
|
## 0.9.0
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ class InlineQueryResultArticle(
|
|||||||
@SerialName(inputMessageContentField)
|
@SerialName(inputMessageContentField)
|
||||||
override val inputMessageContent: InputMessageContent,
|
override val inputMessageContent: InputMessageContent,
|
||||||
@SerialName(replyMarkupField)
|
@SerialName(replyMarkupField)
|
||||||
|
@Optional
|
||||||
override val replyMarkup: InlineKeyboardMarkup? = null,
|
override val replyMarkup: InlineKeyboardMarkup? = null,
|
||||||
@SerialName(urlField)
|
@SerialName(urlField)
|
||||||
@Optional
|
@Optional
|
||||||
|
Loading…
Reference in New Issue
Block a user