pub async fn create_secret_chat(
    secret_chat_id: i32,
    client_id: i32
) -> Result<Chat, Error>
Expand description

Returns an existing chat corresponding to a known secret chat

Arguments

  • secret_chat_id - Secret chat identifier
  • client_id - The client id to send the request to