Uses of Class
org.drinkless.tdlib.TdApi.BotInfo
Packages that use TdApi.BotInfo
-
Uses of TdApi.BotInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BotInfoModifier and TypeFieldDescriptionTdApi.UserFullInfo.botInfo
For bots, information about the bot; may be null if the user isn't a bot.Constructors in org.drinkless.tdlib with parameters of type TdApi.BotInfoModifierConstructorDescriptionUserFullInfo
(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.