Uses of Class
org.drinkless.tdlib.TdApi.AffiliateType
Packages that use TdApi.AffiliateType
-
Uses of TdApi.AffiliateType in org.drinkless.tdlib
Subclasses of TdApi.AffiliateType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The affiliate is a bot owned by the current user.static class
The affiliate is a channel chat where the current user has canPostMessages administrator right.static class
The affiliate is the current user.Fields in org.drinkless.tdlib declared as TdApi.AffiliateTypeModifier and TypeFieldDescriptionTdApi.ConnectAffiliateProgram.affiliate
The affiliate to which the affiliate program will be connected.TdApi.DisconnectAffiliateProgram.affiliate
The affiliate to which the affiliate program is connected.TdApi.GetConnectedAffiliateProgram.affiliate
The affiliate to which the affiliate program will be connected.TdApi.GetConnectedAffiliatePrograms.affiliate
The affiliate to which the affiliate program were connected.TdApi.SearchAffiliatePrograms.affiliate
The affiliate for which affiliate programs are searched for.Constructors in org.drinkless.tdlib with parameters of type TdApi.AffiliateTypeModifierConstructorDescriptionConnectAffiliateProgram
(TdApi.AffiliateType affiliate, long botUserId) Creates a function, which connects an affiliate program to the given affiliate.DisconnectAffiliateProgram
(TdApi.AffiliateType affiliate, String url) Creates a function, which disconnects an affiliate program from the given affiliate and immediately deactivates its referral link.GetConnectedAffiliateProgram
(TdApi.AffiliateType affiliate, long botUserId) Creates a function, which returns an affiliate program that were connected to the given affiliate by identifier of the bot that created the program.GetConnectedAffiliatePrograms
(TdApi.AffiliateType affiliate, String offset, int limit) Creates a function, which returns affiliate programs that were connected to the given affiliate.SearchAffiliatePrograms
(TdApi.AffiliateType affiliate, TdApi.AffiliateProgramSortOrder sortOrder, String offset, int limit) Creates a function, which searches affiliate programs that can be connected to the given affiliate.