Package dev.kord.core.event.user

Types

PresenceUpdateEvent
Link copied to clipboard
class PresenceUpdateEvent(oldUser: User?, user: DiscordPresenceUser, guildId: Snowflake, old: Presence?, presence: Presence, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
UserUpdateEvent
Link copied to clipboard
class UserUpdateEvent(old: User?, user: User, shard: Int, coroutineScope: CoroutineScope) : Event, CoroutineScope
VoiceStateUpdateEvent
Link copied to clipboard
class VoiceStateUpdateEvent(old: VoiceState?, state: VoiceState, shard: Int, coroutineScope: CoroutineScope) : Event, CoroutineScope