Trait grammers_client::types::reply_markup::ReplyMarkup

source ·
pub trait ReplyMarkup {
    // Required method
    fn to_reply_markup(&self) -> Markup;
}
Expand description

Trait used by types that can be interpreted as a raw reply markup.

Required Methods§

source

fn to_reply_markup(&self) -> Markup

Implementors§