Interface AffiliateTypeChannel

The affiliate is a channel chat where the current user has can_post_messages administrator right. Subtype of AffiliateType.

interface AffiliateTypeChannel {
    @type: "affiliateTypeChannel";
    chat_id: number;
}

Properties

Properties

@type: "affiliateTypeChannel"
chat_id: number

Identifier of the channel chat.