Skip to content

Commit

Permalink
Add ParseMode to InlineQueryResultPhoto
Browse files Browse the repository at this point in the history
  • Loading branch information
mendelmaleh committed Apr 26, 2020
1 parent aa124ef commit 303a66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ type InlineQueryResultPhoto struct {
Title string `json:"title"`
Description string `json:"description"`
Caption string `json:"caption"`
ParseMode string `json:"parse_mode"`
ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup,omitempty"`
InputMessageContent interface{} `json:"input_message_content,omitempty"`
}
Expand Down

0 comments on commit 303a66f

Please sign in to comment.