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

public abstract static class TdApi.UserType extends TdApi.Object
This class is an abstract base class. Represents the type of user. The following types are possible: regular users, deleted users and bots.
  • Constructor Details

    • UserType

      public UserType()
      Default class constructor.