Uses of Class
org.drinkless.tdlib.TdApi.BusinessInfo
Packages that use TdApi.BusinessInfo
-
Uses of TdApi.BusinessInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BusinessInfoModifier and TypeFieldDescriptionTdApi.UserFullInfo.businessInfo
Information about business settings for Telegram Business accounts; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.BusinessInfoModifierConstructorDescriptionUserFullInfo
(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.