pub type HandlerFuture = Pin<Box<dyn Future<Output = BotResult<()>> + Send>>;
Type alias for the boxed future returned by handlers.
pub struct HandlerFuture { /* private fields */ }