Context
extendsBaseContext<M, C, S>
Description
An object passed to Middleware and Matcher. Contains Bot, ServiceManager, the message and its content, and the state.
Generics
S
M
C
Properties
bot:
Bot<M, C>content:
stringissuer:
Command<M, C> | CommandGroup<M, C>manager:
ServiceManager<M, C>message:
Mstate:
SMiddleware