Uses of Class
org.drinkless.tdlib.TdApi.UserType
Packages that use TdApi.UserType
-
Uses of TdApi.UserType in org.drinkless.tdlib
Subclasses of TdApi.UserType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA bot (see https://core.telegram.org/bots).static classA deleted user or deleted bot.static classA regular user.static classNo 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.UserTypeConstructors in org.drinkless.tdlib with parameters of type TdApi.UserTypeModifierConstructorDescriptionUser(long id, String firstName, String lastName, TdApi.Usernames usernames, String phoneNumber, TdApi.UserStatus status, TdApi.ProfilePhoto profilePhoto, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId, TdApi.EmojiStatus emojiStatus, boolean isContact, boolean isMutualContact, boolean isCloseFriend, TdApi.VerificationStatus verificationStatus, boolean isPremium, boolean isSupport, String restrictionReason, boolean hasActiveStories, boolean hasUnreadActiveStories, boolean restrictsNewChats, long paidMessageStarCount, boolean haveAccess, TdApi.UserType type, String languageCode, boolean addedToAttachmentMenu) Represents a user.