Search Results for

    Show / Hide Table of Contents

    Class ContextMenuContext

    Represents a context for a context menu.

    Inheritance
    System.Object
    BaseContext
    ContextMenuContext
    Inherited Members
    BaseContext.Interaction
    BaseContext.Client
    BaseContext.Guild
    BaseContext.Channel
    BaseContext.User
    BaseContext.Member
    BaseContext.ApplicationCommandsExtension
    BaseContext.Token
    BaseContext.InteractionId
    BaseContext.CommandName
    BaseContext.Locale
    BaseContext.GuildLocale
    BaseContext.Type
    BaseContext.Services
    BaseContext.CreateResponseAsync(InteractionResponseType, DiscordInteractionResponseBuilder)
    BaseContext.CreateModalResponseAsync(DiscordInteractionModalBuilder)
    BaseContext.EditResponseAsync(DiscordWebhookBuilder)
    BaseContext.DeleteResponseAsync()
    BaseContext.FollowUpAsync(DiscordFollowupMessageBuilder)
    BaseContext.FollowUpAsync(String)
    BaseContext.EditFollowupAsync(UInt64, DiscordWebhookBuilder)
    BaseContext.EditFollowupAsync(UInt64, String)
    BaseContext.DeleteFollowupAsync(UInt64)
    BaseContext.GetFollowupMessageAsync(UInt64)
    BaseContext.GetOriginalResponseAsync()
    Namespace: DisCatSharp.ApplicationCommands
    Assembly: DisCatSharp.ApplicationCommands.dll
    Syntax
    public sealed class ContextMenuContext : BaseContext

    Properties

    | Improve this Doc View Source

    TargetMember

    The member this command targets, if applicable.

    Declaration
    public DiscordMember TargetMember { get; }
    Property Value
    Type Description
    DiscordMember
    | Improve this Doc View Source

    TargetMessage

    The message this command targets, if applicable.

    Declaration
    public DiscordMessage TargetMessage { get; }
    Property Value
    Type Description
    DiscordMessage
    | Improve this Doc View Source

    TargetUser

    The user this command targets, if applicable.

    Declaration
    public DiscordUser TargetUser { get; }
    Property Value
    Type Description
    DiscordUser

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems