pub async fn chat_controller_delete_chat(
configuration: &Configuration,
id: &str,
) -> Result<Chat, Error<ChatControllerDeleteChatError>>
pub async fn chat_controller_delete_chat(
configuration: &Configuration,
id: &str,
) -> Result<Chat, Error<ChatControllerDeleteChatError>>