Function chat_controller_get_chat

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