Event

interface Event : CoroutineScope

Properties

coroutineContext
Link copied to clipboard
abstract val coroutineContext: CoroutineContext
gateway
Link copied to clipboard
open val gateway: Gateway
The Gateway that spawned this event.
kord
Link copied to clipboard
abstract val kord: Kord
shard
Link copied to clipboard
abstract val shard: Int
The shard number of the gateway that spawned this event.

Inheritors

ChannelCreateEvent
Link copied to clipboard
ChannelDeleteEvent
Link copied to clipboard
ChannelPinsUpdateEvent
Link copied to clipboard
ChannelUpdateEvent
Link copied to clipboard
TypingStartEvent
Link copied to clipboard
ThreadChannelDeleteEvent
Link copied to clipboard
ThreadListSyncEvent
Link copied to clipboard
ThreadMemberUpdateEvent
Link copied to clipboard
ThreadMembersUpdateEvent
Link copied to clipboard
GatewayEvent
Link copied to clipboard
BanAddEvent
Link copied to clipboard
BanRemoveEvent
Link copied to clipboard
EmojisUpdateEvent
Link copied to clipboard
GuildCreateEvent
Link copied to clipboard
GuildDeleteEvent
Link copied to clipboard
GuildUpdateEvent
Link copied to clipboard
IntegrationsUpdateEvent
Link copied to clipboard
InviteCreateEvent
Link copied to clipboard
InviteDeleteEvent
Link copied to clipboard
MemberJoinEvent
Link copied to clipboard
MemberLeaveEvent
Link copied to clipboard
MemberUpdateEvent
Link copied to clipboard
MembersChunkEvent
Link copied to clipboard
VoiceServerUpdateEvent
Link copied to clipboard
WebhookUpdateEvent
Link copied to clipboard
ApplicationCommandCreateEvent
Link copied to clipboard
ApplicationCommandDeleteEvent
Link copied to clipboard
ApplicationCommandUpdateEvent
Link copied to clipboard
InteractionCreateEvent
Link copied to clipboard
MessageBulkDeleteEvent
Link copied to clipboard
MessageCreateEvent
Link copied to clipboard
MessageDeleteEvent
Link copied to clipboard
MessageUpdateEvent
Link copied to clipboard
ReactionAddEvent
Link copied to clipboard
ReactionRemoveAllEvent
Link copied to clipboard
ReactionRemoveEmojiEvent
Link copied to clipboard
ReactionRemoveEvent
Link copied to clipboard
RoleCreateEvent
Link copied to clipboard
RoleDeleteEvent
Link copied to clipboard
RoleUpdateEvent
Link copied to clipboard
PresenceUpdateEvent
Link copied to clipboard
UserUpdateEvent
Link copied to clipboard
VoiceStateUpdateEvent
Link copied to clipboard

Sources

jvm source
Link copied to clipboard