Interface GetBasicGroup

Returns information about a basic group by its identifier. This is an offline request if the current user is not a bot. Request type for Tdjson#getBasicGroup.

interface GetBasicGroup {
    @type: "getBasicGroup";
    basic_group_id: number;
}

Properties

@type: "getBasicGroup"
basic_group_id: number

Basic group identifier.