Uses of Class
org.drinkless.tdlib.TdApi.AffiliateProgramSortOrder
Packages that use TdApi.AffiliateProgramSortOrder
-
Uses of TdApi.AffiliateProgramSortOrder in org.drinkless.tdlib
Subclasses of TdApi.AffiliateProgramSortOrder in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe affiliate programs must be sorted by creation date.static classThe affiliate programs must be sorted by the profitability.static classThe affiliate programs must be sorted by the expected revenue.Fields in org.drinkless.tdlib declared as TdApi.AffiliateProgramSortOrderModifier and TypeFieldDescriptionTdApi.SearchAffiliatePrograms.sortOrderSort order for the results.Constructors in org.drinkless.tdlib with parameters of type TdApi.AffiliateProgramSortOrderModifierConstructorDescriptionSearchAffiliatePrograms(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.