ApplicationCommandCreate

data class ApplicationCommandCreate(val application: DiscordApplicationCommand, val sequence: Int?) : DispatchEvent(source)

Deprecated (with error)

This event is not supposed to be sent to bots. See https://github.com/discord/discord-api-docs/issues/3690 for details. The deprecation level will be raised to HIDDEN in 0.16.0 and this declaration will be removed in 0.17.0.

Constructors

Link copied to clipboard
constructor(application: DiscordApplicationCommand, sequence: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val sequence: Int?