Uses of Class
org.drinkless.tdlib.TdApi.Usernames
Packages that use TdApi.Usernames
-
Uses of TdApi.Usernames in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.UsernamesModifier and TypeFieldDescriptionTdApi.Supergroup.usernames
Usernames of the supergroup or channel; may be null.TdApi.User.usernames
Usernames of the user; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.UsernamesModifierConstructorDescriptionSupergroup
(long id, TdApi.Usernames usernames, int date, TdApi.ChatMemberStatus status, int memberCount, int boostLevel, boolean hasAutomaticTranslation, boolean hasLinkedChat, boolean hasLocation, boolean signMessages, boolean showMessageSender, boolean joinToSendMessages, boolean joinByRequest, boolean isSlowModeEnabled, boolean isChannel, boolean isBroadcastGroup, boolean isForum, TdApi.VerificationStatus verificationStatus, boolean hasSensitiveContent, String restrictionReason, long paidMessageStarCount, boolean hasActiveStories, boolean hasUnreadActiveStories) Represents a supergroup or channel with zero or more members (subscribers in the case of channels).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.