Add ModeHTML for HTML message formatting.
This commit is contained in:
parent
645b5629ab
commit
36588c50f4
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ const (
|
||||||
// Constant values for ParseMode in MessageConfig
|
// Constant values for ParseMode in MessageConfig
|
||||||
const (
|
const (
|
||||||
ModeMarkdown = "Markdown"
|
ModeMarkdown = "Markdown"
|
||||||
|
ModeHTML = "HTML"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Library errors
|
// Library errors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue