Enum actix_telegram::types::enums::ReplyMarkup[][src]

pub enum ReplyMarkup {
    InlineKeyboardMarkup(InlineKeyboardMarkup),
    ReplyKeyboardMarkup(ReplyKeyboardMarkup),
    ReplyKeyboardRemove(ReplyKeyboardRemove),
    ForceReply(ForceReply),
}

Variants

Trait Implementations

impl Debug for ReplyMarkup
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ReplyMarkup

impl Sync for ReplyMarkup