pub async fn create_new_secret_chat(
    user_id: i64,
    client_id: i32
) -> Result<Chat, Error>
Expand description

Creates a new secret chat. Returns the newly created chat

Arguments

  • user_id - Identifier of the target user
  • client_id - The client id to send the request to