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 userclient_id- The client id to send the request to