pub trait TDReplyMarkup: Debug + RObject { }
Expand description

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

Implementations on Foreign Types§

source§

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

source§

impl<'a, REPLYMARKUP: TDReplyMarkup> TDReplyMarkup for &'a REPLYMARKUP

Implementors§