pub trait TDUserType: Debug + RObject { }
Expand description

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

Implementations on Foreign Types§

source§

impl<'a, USERTYPE: TDUserType> TDUserType for &'a USERTYPE

source§

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

Implementors§