Uses of Class
org.drinkless.tdlib.TdApi.UserStatus
Packages that use TdApi.UserStatus
-
Uses of TdApi.UserStatus in org.drinkless.tdlib
Subclasses of TdApi.UserStatus in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The user's status has never been changed.static class
The user is offline, but was online last month.static class
The user is offline, but was online last week.static class
The user is offline.static class
The user is online.static class
The user was online recently.Fields in org.drinkless.tdlib declared as TdApi.UserStatusModifier and TypeFieldDescriptionTdApi.UpdateUserStatus.status
New status of the user.TdApi.User.status
Current online status of the user.Constructors in org.drinkless.tdlib with parameters of type TdApi.UserStatusModifierConstructorDescriptionUpdateUserStatus
(long userId, TdApi.UserStatus status) The user went online or offline.User
(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.