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 classThe user's status has never been changed.static classThe user is offline, but was online last month.static classThe user is offline, but was online last week.static classThe user is offline.static classThe user is online.static classThe user was online recently.Fields in org.drinkless.tdlib declared as TdApi.UserStatusModifier and TypeFieldDescriptionTdApi.UpdateUserStatus.statusNew status of the user.TdApi.User.statusCurrent 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.