enum InteractionContextType

external
export declare enum InteractionContextType

https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-context-types

Members

external
BotDM = 1

Interaction can be used within DMs with the app's bot user

external
Guild = 0

Interaction can be used within servers

external
PrivateChannel = 2

Interaction can be used within Group DMs and DMs other than the app's bot user