Table of Contents

Enum ApplicationCommandHandlerType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the application command handler types.

public enum ApplicationCommandHandlerType

Fields

AppHandler = 1

The app handles the interaction using an interaction token.

DiscordLaunchActivity = 2

Discord handles the interaction by launching an Activity and sending a follow-up message without coordinating with the app.