ExGram.Model.ReplyKeyboardRemove (ex_gram v0.25.0) View Source

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).

Check the documentation of this model in https://core.telegram.org/bots/api#replykeyboardremove

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.ReplyKeyboardRemove{
  remove_keyboard: boolean(),
  selective: boolean() | nil
}

Link to this section Functions