package telegraml

  1. Overview
  2. Docs

This module deals with the parse mode used for formatting certain messages according to markup languages

type parse_mode =
  1. | Markdown
  2. | 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