Search Results for

    Show / Hide Table of Contents

    Interface ISlashCommandContext

    The context for a slash command.

    Inherited Members
    IInteractionContext.Member
    IInteractionContext.User
    IInteractionContext.Data
    IInteractionContext.Message
    IInteractionContext.GuildId
    IInteractionContext.ChannelId
    IInteractionContext.ApplicationId
    IInteractionContext.Token
    IInteractionContext.InteractionId
    IInteractionContext.MethodName
    IInteractionContext.Guild
    IInteractionContext.Channel
    IInteractionContext.Permissions
    IInteractionContext.Entitlements
    Namespace: Color_Chan.Discord.Commands.Models.Contexts
    Assembly: Color-Chan.Discord.Commands.dll
    Syntax
    public interface ISlashCommandContext : IInteractionContext

    Properties

    | Improve this Doc View Source

    SlashCommandName

    The full slash command name.

    Declaration
    IEnumerable<string> SlashCommandName { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    Extension Methods

    InteractionContextExtensions.HasActiveEntitlement(IInteractionContext, UInt64)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX