Table of Contents

Enum InteractionContextType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the interaction context type.

public enum InteractionContextType

Fields

Guild = 0

Command can be used in guilds.

BotDm = 1

Command can be used in direct messages with the bot.

PrivateChannel = 2

Command can be used in group direct messages and direct messages.