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
ReplyKeyboard(ReplyKeyboardMarkup)Tuple Fields of ReplyKeyboard
RemoveReplyKeyboard(ReplyKeyboardRemove)Tuple Fields of RemoveReplyKeyboard
ForceReply(ForceReply)Tuple Fields of ForceReply
0: ForceReplyTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.