Interface IUserContext
Provides access to user information for commands and interactions.
public interface IUserContext : IContext
Properties
User
User who invoked the handled command or interaction.
User User { get; }
Provides access to user information for commands and interactions.
public interface IUserContext : IContext
User who invoked the handled command or interaction.
User User { get; }