Enum telebot::functions::ParseMode [] [src]

pub enum ParseMode {
    Markdown,
    HTML,
    Text,
}

The strongly typed version of the parse_mode field which indicates the type of text

Variants

Trait Implementations

impl Into<String> for ParseMode
[src]

[src]

Performs the conversion.