Interface FoundAffiliateProgram

Describes a found affiliate program.

interface FoundAffiliateProgram {
    @type: "foundAffiliateProgram";
    bot_user_id: number;
    parameters: AffiliateProgramInfo;
}

Properties

@type: "foundAffiliateProgram"
bot_user_id: number

User identifier of the bot created the program.

Information about the affiliate program.