Class TdApi.UserType

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.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.