Package-level declarations

Types

Link copied to clipboard
class CategoryCreateEvent(val channel: Category, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class CategoryDeleteEvent(val channel: Category, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class CategoryUpdateEvent(val channel: Category, val old: Category?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ChannelPinsUpdateEvent(val data: ChannelPinsUpdateEventData, val kord: Kord, val shard: Int, val customContext: Any?, val supplier: EntitySupplier = kord.defaultSupplier) : Event, Strategizable
Link copied to clipboard
Link copied to clipboard
class DMChannelCreateEvent(val channel: DmChannel, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class DMChannelDeleteEvent(val channel: DmChannel, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class DMChannelUpdateEvent(val channel: DmChannel, val old: DmChannel?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent
Link copied to clipboard
class ForumChannelCreateEvent(val channel: ForumChannel, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class ForumChannelDeleteEvent(val channel: ForumChannel, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class ForumChannelUpdateEvent(val channel: ForumChannel, val old: ForumChannel?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent
Link copied to clipboard
class MediaChannelCreateEvent(val channel: MediaChannel, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class MediaChannelDeleteEvent(val channel: MediaChannel, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class MediaChannelUpdateEvent(val channel: MediaChannel, val old: MediaChannel?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent
Link copied to clipboard
class NewsChannelCreateEvent(val channel: NewsChannel, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class NewsChannelDeleteEvent(val channel: NewsChannel, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class NewsChannelUpdateEvent(val channel: NewsChannel, val old: NewsChannel?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent
Link copied to clipboard
class StageChannelCreateEvent(val channel: StageChannel, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class StageChannelDeleteEvent(val channel: StageChannel, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class StageChannelUpdateEvent(val channel: StageChannel, val old: StageChannel?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent
Link copied to clipboard
class TextChannelCreateEvent(val channel: TextChannel, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class TextChannelDeleteEvent(val channel: TextChannel, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class TextChannelUpdateEvent(val channel: TextChannel, val old: TextChannel?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent
Link copied to clipboard
class TypingStartEvent(val data: TypingStartEventData, val kord: Kord, val shard: Int, val customContext: Any?, val supplier: EntitySupplier = kord.defaultSupplier) : Event, Strategizable
Link copied to clipboard
class UnknownChannelCreateEvent(val channel: Channel, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class UnknownChannelDeleteEvent(val channel: Channel, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class UnknownChannelUpdateEvent(val channel: Channel, val old: Channel?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent
Link copied to clipboard
class VoiceChannelCreateEvent(val channel: VoiceChannel, val shard: Int, val customContext: Any?) : ChannelCreateEvent
Link copied to clipboard
class VoiceChannelDeleteEvent(val channel: VoiceChannel, val shard: Int, val customContext: Any?) : ChannelDeleteEvent
Link copied to clipboard
class VoiceChannelUpdateEvent(val channel: VoiceChannel, val old: VoiceChannel?, val shard: Int, val customContext: Any?) : ChannelUpdateEvent