Package org.drinkless.tdlib
Class TdApi.UserType
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UserType
- Direct Known Subclasses:
TdApi.UserTypeBot,TdApi.UserTypeDeleted,TdApi.UserTypeRegular,TdApi.UserTypeUnknown
- Enclosing class:
TdApi
This class is an abstract base class.
Represents the type of user. The following types are possible: regular users, deleted users and bots.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDescribes possible values returned by getConstructor(). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Constructor Details
-
UserType
public UserType()Default class constructor.
-
-
Method Details
-
getConstructor
public abstract int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- identifier uniquely determining type of the object.
-