Interface AffiliateTypeBot

The affiliate is a bot owned by the current user. Subtype of AffiliateType.

interface AffiliateTypeBot {
    @type: "affiliateTypeBot";
    user_id: number;
}

Properties

Properties

@type: "affiliateTypeBot"
user_id: number

User identifier of the bot.