|
|
@ -597,8 +597,8 @@ type ChosenInlineResult struct { |
|
|
|
// as an inline query result.
|
|
|
|
// as an inline query result.
|
|
|
|
type InputTextMessageContent struct { |
|
|
|
type InputTextMessageContent struct { |
|
|
|
Text string `json:"message_text"` |
|
|
|
Text string `json:"message_text"` |
|
|
|
ParseMode string `json:"parse_mode"` |
|
|
|
ParseMode string `json:"parse_mode,omitempty"` |
|
|
|
DisableWebPagePreview bool `json:"disable_web_page_preview"` |
|
|
|
DisableWebPagePreview bool `json:"disable_web_page_preview,omitempty"` |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// InputLocationMessageContent contains a location for displaying
|
|
|
|
// InputLocationMessageContent contains a location for displaying
|
|
|
|