Package dev.kord.core.event.channel

Types

CategoryCreateEvent
Link copied to clipboard
class CategoryCreateEvent(channel: Category, shard: Int, coroutineScope: CoroutineScope) : ChannelCreateEvent, CoroutineScope
CategoryDeleteEvent
Link copied to clipboard
class CategoryDeleteEvent(channel: Category, shard: Int, coroutineScope: CoroutineScope) : ChannelDeleteEvent, CoroutineScope
CategoryUpdateEvent
Link copied to clipboard
class CategoryUpdateEvent(channel: Category, old: Category?, shard: Int, coroutineScope: CoroutineScope) : ChannelUpdateEvent, CoroutineScope
ChannelCreateEvent
Link copied to clipboard
interface ChannelCreateEvent : Event
ChannelDeleteEvent
Link copied to clipboard
interface ChannelDeleteEvent : Event
ChannelPinsUpdateEvent
Link copied to clipboard
class ChannelPinsUpdateEvent(data: ChannelPinsUpdateEventData, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
ChannelUpdateEvent
Link copied to clipboard
interface ChannelUpdateEvent : Event
DMChannelCreateEvent
Link copied to clipboard
class DMChannelCreateEvent(channel: DmChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelCreateEvent, CoroutineScope
DMChannelDeleteEvent
Link copied to clipboard
class DMChannelDeleteEvent(channel: DmChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelDeleteEvent, CoroutineScope
DMChannelUpdateEvent
Link copied to clipboard
class DMChannelUpdateEvent(channel: DmChannel, old: DmChannel?, shard: Int, coroutineScope: CoroutineScope) : ChannelUpdateEvent, CoroutineScope
NewsChannelCreateEvent
Link copied to clipboard
class NewsChannelCreateEvent(channel: NewsChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelCreateEvent, CoroutineScope
NewsChannelDeleteEvent
Link copied to clipboard
class NewsChannelDeleteEvent(channel: NewsChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelDeleteEvent, CoroutineScope
NewsChannelUpdateEvent
Link copied to clipboard
class NewsChannelUpdateEvent(channel: NewsChannel, old: NewsChannel?, shard: Int, coroutineScope: CoroutineScope) : ChannelUpdateEvent, CoroutineScope
StageChannelCreateEvent
Link copied to clipboard
class StageChannelCreateEvent(channel: StageChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelCreateEvent, CoroutineScope
StageChannelDeleteEvent
Link copied to clipboard
class StageChannelDeleteEvent(channel: StageChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelDeleteEvent, CoroutineScope
StageChannelUpdateEvent
Link copied to clipboard
class StageChannelUpdateEvent(channel: StageChannel, old: StageChannel?, shard: Int, coroutineScope: CoroutineScope) : ChannelUpdateEvent, CoroutineScope
StoreChannelCreateEvent
Link copied to clipboard
class StoreChannelCreateEvent(channel: StoreChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelCreateEvent, CoroutineScope
StoreChannelDeleteEvent
Link copied to clipboard
class StoreChannelDeleteEvent(channel: StoreChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelDeleteEvent, CoroutineScope
StoreChannelUpdateEvent
Link copied to clipboard
class StoreChannelUpdateEvent(channel: StoreChannel, old: StoreChannel?, shard: Int, coroutineScope: CoroutineScope) : ChannelUpdateEvent, CoroutineScope
TextChannelCreateEvent
Link copied to clipboard
class TextChannelCreateEvent(channel: TextChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelCreateEvent, CoroutineScope
TextChannelDeleteEvent
Link copied to clipboard
class TextChannelDeleteEvent(channel: TextChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelDeleteEvent, CoroutineScope
TextChannelUpdateEvent
Link copied to clipboard
class TextChannelUpdateEvent(channel: TextChannel, old: TextChannel?, shard: Int, coroutineScope: CoroutineScope) : ChannelUpdateEvent, CoroutineScope
TypingStartEvent
Link copied to clipboard
class TypingStartEvent(data: TypingStartEventData, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
UnknownChannelCreateEvent
Link copied to clipboard
class UnknownChannelCreateEvent(channel: Channel, shard: Int, coroutineScope: CoroutineScope) : ChannelCreateEvent, CoroutineScope
UnknownChannelDeleteEvent
Link copied to clipboard
class UnknownChannelDeleteEvent(channel: Channel, shard: Int, coroutineScope: CoroutineScope) : ChannelDeleteEvent, CoroutineScope
UnknownChannelUpdateEvent
Link copied to clipboard
class UnknownChannelUpdateEvent(channel: Channel, old: Channel?, shard: Int, coroutineScope: CoroutineScope) : ChannelUpdateEvent, CoroutineScope
VoiceChannelCreateEvent
Link copied to clipboard
class VoiceChannelCreateEvent(channel: VoiceChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelCreateEvent, CoroutineScope
VoiceChannelDeleteEvent
Link copied to clipboard
class VoiceChannelDeleteEvent(channel: VoiceChannel, shard: Int, coroutineScope: CoroutineScope) : ChannelDeleteEvent, CoroutineScope
VoiceChannelUpdateEvent
Link copied to clipboard
class VoiceChannelUpdateEvent(channel: VoiceChannel, old: VoiceChannel?, shard: Int, coroutineScope: CoroutineScope) : ChannelUpdateEvent, CoroutineScope