use crate::;
use Result;
/// An endpoint for interactiong with the ChatBot
///
/// # Examples
///
/// ```
/// use some_random_api::Client;
/// use std::fs::write;
///
/// Client::new(Some("xxxxxxxxxx")).chatbot.chatbot("Hello there").await?;
/// ```
Requester);