Uses of Class
org.drinkless.tdlib.TdApi.UserType
-
Packages that use TdApi.UserType Package Description org.drinkless.tdlib -
-
Uses of TdApi.UserType in org.drinkless.tdlib
Subclasses of TdApi.UserType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.UserTypeBotA bot (see https://core.telegram.org/bots).static classTdApi.UserTypeDeletedA deleted user or deleted bot.static classTdApi.UserTypeRegularA regular user.static classTdApi.UserTypeUnknownNo information on the user besides the user identifier is available, yet this user has not been deleted.Fields in org.drinkless.tdlib declared as TdApi.UserType Modifier and Type Field Description TdApi.UserTypeTdApi.User. typeType of the user.Constructors in org.drinkless.tdlib with parameters of type TdApi.UserType Constructor Description User(long id, String firstName, String lastName, String username, String phoneNumber, TdApi.UserStatus status, TdApi.ProfilePhoto profilePhoto, boolean isContact, boolean isMutualContact, boolean isVerified, boolean isSupport, String restrictionReason, boolean isScam, boolean isFake, boolean haveAccess, TdApi.UserType type, String languageCode)Represents a user.
-