Uses of Class
org.drinkless.tdlib.TdApi.BotVerification
Packages that use TdApi.BotVerification
-
Uses of TdApi.BotVerification in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BotVerificationModifier and TypeFieldDescriptionTdApi.SupergroupFullInfo.botVerification
Information about verification status of the supergroup or the channel provided by a bot; may be null if none or unknown.TdApi.UserFullInfo.botVerification
Information about verification status of the user provided by a bot; may be null if none or unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.BotVerificationModifierConstructorDescriptionSupergroupFullInfo
(TdApi.ChatPhoto photo, String description, int memberCount, int administratorCount, int restrictedCount, int bannedCount, long linkedChatId, 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 stickerSetId, long customEmojiStickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, TdApi.BotVerification botVerification, 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.BusinessInfo businessInfo, TdApi.BotInfo botInfo) Contains full information about a user.