pub trait Context: Send + Sync + Sealed + 'static { fn bot(&self) -> &Bot; }
A general trait for all contexts.
A bot for calling API without information inference.