Interface ChatTypeSupergroup

A supergroup or channel (with unlimited members). Subtype of ChatType.

interface ChatTypeSupergroup {
    @type: "chatTypeSupergroup";
    is_channel?: boolean;
    supergroup_id: number;
}

Properties

@type: "chatTypeSupergroup"
is_channel?: boolean

True, if the supergroup is a channel.

supergroup_id: number

Supergroup or channel identifier.