Interface IRestMessageContext
Provides access to RestMessage for commands and interactions.
public interface IRestMessageContext : IContext
Properties
Message
The message associated with the handled command or interaction.
RestMessage Message { get; }