Table of Contents

Interface IUserContext

Namespace
NetCord.Services
Assembly
NetCord.Services.dll

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; }

Property Value

User