Optional replyMarkup in InlineQueryResultArticle

This commit is contained in:
InsanusMokrassar 2019-02-18 12:59:09 +08:00
parent f6581ff3be
commit aaa0f8f114
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -15,6 +15,7 @@ class InlineQueryResultArticle(
@SerialName(inputMessageContentField)
override val inputMessageContent: InputMessageContent,
@SerialName(replyMarkupField)
@Optional
override val replyMarkup: InlineKeyboardMarkup? = null,
@SerialName(urlField)
@Optional