Trait rtdlib::types::TDUserType[][src]

pub trait TDUserType: Debug + RObject { }

TRAIT | Represents the type of the user. The following types are possible: regular users, deleted users and bots

Implementations on Foreign Types

impl<'a, USERTYPE: TDUserType> TDUserType for &'a USERTYPE[src]

impl<'a, USERTYPE: TDUserType> TDUserType for &'a mut USERTYPE[src]

Loading content...

Implementors

Loading content...