Search Results for

    Show / Hide Table of Contents

    Interface IComponentContext

    The context for all component interactions.

    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 IComponentContext : IInteractionContext

    Properties

    | Improve this Doc View Source

    Args

    The arguments embedded in the CustomId

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

    Extension Methods

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