Show / Hide Table of Contents

    Enum ApplicationCommandType

    Represents the type of an DiscordApplicationCommand.

    Namespace: DSharpPlus
    Assembly: cs.temp.dll.dll
    Syntax
    public enum ApplicationCommandType

    Fields

    Name Description
    AutoCompleteRequest

    Inbound only: An auto-complete option is being interacted with.

    MessageContextMenu

    This command is registered as a message context menu, and is applicable when interacting with a message.

    SlashCommand

    This command is registered as a slash-command, aka "Chat Input".

    UserContextMenu

    This command is registered as a user context menu, and is applicable when interacting a user.

    Back to top © 2016-2022 DSharpPlus Contributors