Clean up some formatting.
This commit is contained in:
parent
7f37376fd0
commit
13f31854a2
2 changed files with 2 additions and 70 deletions
|
@ -335,7 +335,7 @@ func NewInlineQueryResultArticleMarkdown(id, title, messageText string) InlineQu
|
|||
ID: id,
|
||||
Title: title,
|
||||
InputMessageContent: InputTextMessageContent{
|
||||
Text: messageText,
|
||||
Text: messageText,
|
||||
ParseMode: "Markdown",
|
||||
},
|
||||
}
|
||||
|
@ -348,7 +348,7 @@ func NewInlineQueryResultArticleHTML(id, title, messageText string) InlineQueryR
|
|||
ID: id,
|
||||
Title: title,
|
||||
InputMessageContent: InputTextMessageContent{
|
||||
Text: messageText,
|
||||
Text: messageText,
|
||||
ParseMode: "HTML",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue