Interface GetConnectedAffiliatePrograms

Returns affiliate programs that were connected to the given affiliate. Request type for Tdjson#getConnectedAffiliatePrograms.

interface GetConnectedAffiliatePrograms {
    @type: "getConnectedAffiliatePrograms";
    affiliate: AffiliateType;
    limit: number;
    offset: string;
}

Properties

@type: "getConnectedAffiliatePrograms"
affiliate: AffiliateType

The affiliate to which the affiliate program were connected.

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.