Trait rust_tdlib::types::TDUserType  [−][src]
Represents the type of a user. The following types are possible: regular users, deleted users and bots
Represents the type of a user. The following types are possible: regular users, deleted users and bots
impl<'a, USERTYPE: TDUserType> TDUserType for &'a USERTYPE[src]impl<'a, USERTYPE: TDUserType> TDUserType for &'a mut USERTYPE[src]impl TDUserType for UserTypeBot[src]impl TDUserType for UserTypeDeleted[src]impl TDUserType for UserTypeRegular[src]impl TDUserType for UserTypeUnknown[src]