Enum telbot_types::markup::ReplyMarkup[][src]

pub enum ReplyMarkup {
    InlineKeyboard(InlineKeyboardMarkup),
    ReplyKeyboard(ReplyKeyboardMarkup),
    RemoveReplyKeyboard(ReplyKeyboardRemove),
    ForceReply(ForceReply),
}
Expand description

Reply markups

Variants

InlineKeyboard(InlineKeyboardMarkup)

Tuple Fields of InlineKeyboard

0: InlineKeyboardMarkup
ReplyKeyboard(ReplyKeyboardMarkup)

Tuple Fields of ReplyKeyboard

0: ReplyKeyboardMarkup
RemoveReplyKeyboard(ReplyKeyboardRemove)

Tuple Fields of RemoveReplyKeyboard

0: ReplyKeyboardRemove
ForceReply(ForceReply)

Tuple Fields of ForceReply

0: ForceReply

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.