Trait TDChatActionBar

Source
pub trait TDChatActionBar: Debug + RObject { }
Expand description

Describes actions which must be possible to do through a chat action bar

Implementations on Foreign Types§

Source§

impl<'a, CHATACTIONBAR: TDChatActionBar> TDChatActionBar for &'a CHATACTIONBAR

Source§

impl<'a, CHATACTIONBAR: TDChatActionBar> TDChatActionBar for &'a mut CHATACTIONBAR

Implementors§