Struct telebot::objects::ReplyKeyboardRemove [] [src]

pub struct ReplyKeyboardRemove {
    pub remove_keyboard: bool,
    pub selective: Option<bool>,
}

Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button (see ReplyKeyboardMarkup).

Fields

Trait Implementations

impl Debug for ReplyKeyboardRemove
[src]

Formats the value using the given formatter.