Function create_basic_group_chat

Source
pub async fn create_basic_group_chat(
    basic_group_id: i64,
    force: bool,
    client_id: i32,
) -> Result<Chat, Error>
Expand description

Returns an existing chat corresponding to a known basic group

ยงArguments

  • basic_group_id - Basic group identifier
  • force - 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
  • client_id - The client id to send the request to