Struct telebot::objects::ReplyKeyboardMarkup [] [src]

pub struct ReplyKeyboardMarkup {
    pub keyboard: Vec<KeyboardButton>,
    pub resize_keyboard: Option<bool>,
    pub one_time_keyboard: Option<bool>,
    pub selective: Option<bool>,
}

This object represents a custom keyboard with reply options (see Introduction to bots for details and examples).

Fields

Trait Implementations

impl Debug for ReplyKeyboardMarkup
[src]

Formats the value using the given formatter.