Function tdlib::functions::create_new_secret_chat
source · 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