GlobalChatInputCommandInteractionCreateEvent
class GlobalChatInputCommandInteractionCreateEvent(val interaction: GlobalChatInputCommandInteraction, val kord: Kord, val shard: Int, val customContext: Any?) : GlobalApplicationCommandInteractionCreateEvent, ChatInputCommandInteractionCreateEvent(source)
An Event that fires when a GlobalChatInputCommandInteraction is created.
Constructors
Link copied to clipboard
constructor(interaction: GlobalChatInputCommandInteraction, kord: Kord, shard: Int, customContext: Any?)