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
State
M
Message
C
Client

Properties

bot:
Bot<M, C>
content:
string
issuer:
Command<M, C> | CommandGroup<M, C>
manager:
ServiceManager<M, C>
message:
M
state:
S