InteractionContextType

Context in Discord where an interaction can be used, or where it was triggered from.

See InteractionContextTypes in the Discord Developer Documentation.

Inheritors

Types

Link copied to clipboard

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

Link copied to clipboard
object Companion
Link copied to clipboard

Interaction can be used within servers

Link copied to clipboard

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

Link copied to clipboard

Properties

Link copied to clipboard
val value: Int

The raw value used by Discord.

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun toString(): String