Interface GetSupergroup

Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot. Request type for Tdjson#getSupergroup.

interface GetSupergroup {
    @type: "getSupergroup";
    supergroup_id: number;
}

Properties

Properties

@type: "getSupergroup"
supergroup_id: number

Supergroup or channel identifier.