Uses of Class
org.drinkless.tdlib.TdApi.GiftSettings
Packages that use TdApi.GiftSettings
-
Uses of TdApi.GiftSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.GiftSettingsModifier and TypeFieldDescriptionTdApi.UserFullInfo.giftSettings
Settings for gift receiving for the user.TdApi.SetBusinessAccountGiftSettings.settings
The new settings.TdApi.SetGiftSettings.settings
The new settings.Constructors in org.drinkless.tdlib with parameters of type TdApi.GiftSettingsModifierConstructorDescriptionSetBusinessAccountGiftSettings
(String businessConnectionId, TdApi.GiftSettings settings) Creates a function, which changes settings for gift receiving of a business account; for bots only.SetGiftSettings
(TdApi.GiftSettings settings) Creates a function, which changes settings for gift receiving for the current user.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.