Add ModeHTML for HTML message formatting.

bot-api-6.1
Syfaro 2016-01-20 15:30:50 -06:00
parent 645b5629ab
commit 36588c50f4
1 changed files with 1 additions and 0 deletions

View File

@ -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