Trait tbot::contexts::fields::Context

source ·
pub trait Context: Send + Sync + Sealed + 'static {
    fn bot(&self) -> &Bot;
}
Expand description

A general trait for all contexts.

Required Methods§

A bot for calling API without information inference.

Implementors§