Module TelegramApi.ParseMode

module ParseMode: sig .. end
This module deals with the parse mode used for formatting certain messages according to markup languages

type parse_mode = 
| Markdown
| Html
Represents the mode used for formatting text sent to the user (bold, italics, fixed-width, or inline URLs)
val string_of_parse_mode : parse_mode -> string
Get the string representation of a parse_mode