Interface SearchAffiliatePrograms

Searches affiliate programs that can be connected to the given affiliate. Request type for Tdjson#searchAffiliatePrograms.

interface SearchAffiliatePrograms {
    @type: "searchAffiliatePrograms";
    affiliate: AffiliateType;
    limit: number;
    offset: string;
    sort_order: AffiliateProgramSortOrder;
}

Properties

@type: "searchAffiliatePrograms"
affiliate: AffiliateType

The affiliate for which affiliate programs are searched for.

limit: number

The maximum number of affiliate programs to return.

offset: string

Offset of the first affiliate program to return as received from the previous request; use empty string to get the first chunk of results.

Sort order for the results.