Uses of Class
org.drinkless.tdlib.TdApi.ProfileTab
Packages that use TdApi.ProfileTab
-
Uses of TdApi.ProfileTab in org.drinkless.tdlib
Subclasses of TdApi.ProfileTab in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA tab with documents posted by the channel.static classA tab with animations posted by the channel.static classA tab with gifts received by the user or the channel chat.static classA tab with messages posted by the channel and containing links.static classA tab with photos and videos posted by the channel.static classA tab with audio messages posted by the channel.static classA tab with stories posted by the user or the channel chat and saved to profile.static classA tab with voice notes posted by the channel.Fields in org.drinkless.tdlib declared as TdApi.ProfileTabModifier and TypeFieldDescriptionTdApi.SetMainProfileTab.mainProfileTabThe new value of the main profile tab.TdApi.SetSupergroupMainProfileTab.mainProfileTabThe new value of the main profile tab.TdApi.SupergroupFullInfo.mainProfileTabThe main tab chosen by the administrators of the channel; may be null if not chosen manually.TdApi.UserFullInfo.mainProfileTabThe main tab chosen by the user; may be null if not chosen manually.Constructors in org.drinkless.tdlib with parameters of type TdApi.ProfileTabModifierConstructorDescriptionSetMainProfileTab(TdApi.ProfileTab mainProfileTab) Creates a function, which changes the main profile tab of the current user.SetSupergroupMainProfileTab(long supergroupId, TdApi.ProfileTab mainProfileTab) Creates a function, which changes the main profile tab of the channel; requires canChangeInfo administrator right.SupergroupFullInfo(TdApi.ChatPhoto photo, String description, int memberCount, int administratorCount, int restrictedCount, int bannedCount, long linkedChatId, long directMessagesChatId, int slowModeDelay, double slowModeDelayExpiresIn, boolean canEnablePaidMessages, boolean canEnablePaidReaction, boolean canGetMembers, boolean hasHiddenMembers, boolean canHideMembers, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean canGetRevenueStatistics, boolean canGetStarRevenueStatistics, boolean canSendGift, boolean canToggleAggressiveAntiSpam, boolean isAllHistoryAvailable, boolean canHaveSponsoredMessages, boolean hasAggressiveAntiSpamEnabled, boolean hasPaidMediaAllowed, boolean hasPinnedStories, int giftCount, int myBoostCount, int unrestrictBoostCount, long outgoingPaidMessageStarCount, long stickerSetId, long customEmojiStickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, TdApi.BotVerification botVerification, TdApi.ProfileTab mainProfileTab, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId) Contains full information about a supergroup or channel.UserFullInfo(TdApi.ChatPhoto personalPhoto, TdApi.ChatPhoto photo, TdApi.ChatPhoto publicPhoto, TdApi.BlockList blockList, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean hasRestrictedVoiceAndVideoNoteMessages, boolean hasPostedToProfileStories, boolean hasSponsoredMessagesEnabled, boolean needPhoneNumberPrivacyException, boolean setChatBackground, TdApi.FormattedText bio, TdApi.Birthdate birthdate, long personalChatId, int giftCount, int groupInCommonCount, long incomingPaidMessageStarCount, long outgoingPaidMessageStarCount, TdApi.GiftSettings giftSettings, TdApi.BotVerification botVerification, TdApi.ProfileTab mainProfileTab, TdApi.Audio firstProfileAudio, TdApi.UserRating rating, TdApi.UserRating pendingRating, int pendingRatingDate, TdApi.FormattedText note, TdApi.BusinessInfo businessInfo, TdApi.BotInfo botInfo) Contains full information about a user.