Interface CreateBasicGroupChat

Returns an existing chat corresponding to a known basic group. Request type for Tdjson#createBasicGroupChat.

interface CreateBasicGroupChat {
    @type: "createBasicGroupChat";
    basic_group_id: number;
    force?: boolean;
}

Properties

@type: "createBasicGroupChat"
basic_group_id: number

Basic group identifier.

force?: boolean

Pass true to create the chat without a network request. In this case all information about the chat except its type, title and photo can be incorrect.