Class BaseCommandContext
Base context for handling text-based commands.
public class BaseCommandContext : ICommandContext, IRestMessageContext, IContext
- Inheritance
-
BaseCommandContext
- Implements
- Derived
- Inherited Members
Constructors
BaseCommandContext(Message)
Base context for handling text-based commands.
public BaseCommandContext(Message message)
Parameters
messageMessageThe message that triggered the command.
Properties
Message
The message that triggered the command.
public Message Message { get; }