We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645b562 commit 36588c5Copy full SHA for 36588c5
configs.go
@@ -37,6 +37,7 @@ const (
37
// Constant values for ParseMode in MessageConfig
38
const (
39
ModeMarkdown = "Markdown"
40
+ ModeHTML = "HTML"
41
)
42
43
// Library errors
0 commit comments