InlineQueryResultArticle.ParseMode is not required

bot-api-6.1
pyed 2016-02-25 22:12:51 +03:00
parent a7f8b9c291
commit 989089df9b
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ type InlineQueryResultArticle struct {
InlineQueryResult
Title string `json:"title"` // required
MessageText string `json:"message_text"` // required
ParseMode string `json:"parse_mode"` // required
ParseMode string `json:"parse_mode"`
DisableWebPagePreview bool `json:"disable_web_page_preview"`
URL string `json:"url"`
HideURL bool `json:"hide_url"`