teleproto - v1.229.0
    Preparing search index...

    Interface PaymentsGetSuggestedStarRefBotsParams

    interface PaymentsGetSuggestedStarRefBotsParams {
        limit: number;
        offset: string;
        orderByDate?: boolean;
        orderByRevenue?: boolean;
        peer: EntityLike;
    }
    Index
    limit: number

    Maximum number of results to return, see pagination

    offset: string

    Offset for pagination, taken from payments.suggestedStarRefBots . next_offset , initially empty.

    orderByDate?: boolean

    If set, orders results by the creation date of the affiliate program

    orderByRevenue?: boolean

    If set, orders results by the expected revenue

    peer: EntityLike

    The peer that will become the affiliate: star commissions will be transferred to this peer's star balance.