[][src]Trait rtdlib::types::TDReplyMarkup

pub trait TDReplyMarkup: Debug + RObject { }

TRAIT | Contains a description of a custom keyboard and actions that can be done with it to quickly reply to bots

Implementations on Foreign Types

impl<'a, REPLYMARKUP: TDReplyMarkup> TDReplyMarkup for &'a REPLYMARKUP[src]

impl<'a, REPLYMARKUP: TDReplyMarkup> TDReplyMarkup for &'a mut REPLYMARKUP[src]

Loading content...

Implementors

impl TDReplyMarkup for ReplyMarkupForceReply[src]

impl TDReplyMarkup for ReplyMarkupInlineKeyboard[src]

impl TDReplyMarkup for ReplyMarkupRemoveKeyboard[src]

impl TDReplyMarkup for ReplyMarkupShowKeyboard[src]

Loading content...