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