[][src]Trait rtdlib::types::TDKeyboardButtonType

pub trait TDKeyboardButtonType: Debug + RObject { }

TRAIT | Describes a keyboard button type

Implementations on Foreign Types

impl<'a, KEYBOARDBUTTONTYPE: TDKeyboardButtonType> TDKeyboardButtonType for &'a KEYBOARDBUTTONTYPE[src]

impl<'a, KEYBOARDBUTTONTYPE: TDKeyboardButtonType> TDKeyboardButtonType for &'a mut KEYBOARDBUTTONTYPE[src]

Loading content...

Implementors

impl TDKeyboardButtonType for KeyboardButtonTypeRequestLocation[src]

impl TDKeyboardButtonType for KeyboardButtonTypeRequestPhoneNumber[src]

impl TDKeyboardButtonType for KeyboardButtonTypeRequestPoll[src]

impl TDKeyboardButtonType for KeyboardButtonTypeText[src]

Loading content...