Package dev.kord.core.event.channel.thread

Types

NewsChannelThreadCreateEvent
Link copied to clipboard
class NewsChannelThreadCreateEvent(channel: NewsChannelThread, shard: Int, coroutineScope: CoroutineScope) : ThreadChannelCreateEvent, CoroutineScope
NewsChannelThreadDeleteEvent
Link copied to clipboard
class NewsChannelThreadDeleteEvent(channel: DeletedThreadChannel, old: NewsChannelThread?, shard: Int, coroutineScope: CoroutineScope) : ThreadChannelDeleteEvent, CoroutineScope
NewsChannelThreadUpdateEvent
Link copied to clipboard
class NewsChannelThreadUpdateEvent(channel: NewsChannelThread, old: NewsChannelThread?, shard: Int, coroutineScope: CoroutineScope) : ThreadUpdateEvent, CoroutineScope
TextChannelThreadCreateEvent
Link copied to clipboard
class TextChannelThreadCreateEvent(channel: TextChannelThread, shard: Int, coroutineScope: CoroutineScope) : ThreadChannelCreateEvent, CoroutineScope
TextChannelThreadDeleteEvent
Link copied to clipboard
class TextChannelThreadDeleteEvent(channel: DeletedThreadChannel, old: TextChannelThread?, shard: Int, coroutineScope: CoroutineScope) : ThreadChannelDeleteEvent, CoroutineScope
TextChannelThreadUpdateEvent
Link copied to clipboard
class TextChannelThreadUpdateEvent(channel: TextChannelThread, old: TextChannelThread?, shard: Int, coroutineScope: CoroutineScope) : ThreadUpdateEvent, CoroutineScope
ThreadChannelCreateEvent
Link copied to clipboard
interface ThreadChannelCreateEvent : ChannelCreateEvent
ThreadChannelDeleteEvent
Link copied to clipboard
interface ThreadChannelDeleteEvent : Event
ThreadListSyncEvent
Link copied to clipboard
class ThreadListSyncEvent(data: ThreadListSyncData, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
ThreadMembersUpdateEvent
Link copied to clipboard
class ThreadMembersUpdateEvent(data: ThreadMembersUpdateEventData, kord: Kord, shard: Int, coroutineScope: CoroutineScope) : Event, CoroutineScope
ThreadMemberUpdateEvent
Link copied to clipboard
class ThreadMemberUpdateEvent(member: ThreadMember, kord: Kord, shard: Int, coroutineScope: CoroutineScope) : Event, CoroutineScope
ThreadUpdateEvent
Link copied to clipboard
interface ThreadUpdateEvent : ChannelUpdateEvent
UnknownChannelThreadCreateEvent
Link copied to clipboard
class UnknownChannelThreadCreateEvent(channel: ThreadChannel, shard: Int, coroutineScope: CoroutineScope) : ThreadChannelCreateEvent, CoroutineScope
UnknownChannelThreadDeleteEvent
Link copied to clipboard
class UnknownChannelThreadDeleteEvent(channel: DeletedThreadChannel, old: ThreadChannel?, shard: Int, coroutineScope: CoroutineScope) : ThreadChannelDeleteEvent, CoroutineScope
UnknownChannelThreadUpdateEvent
Link copied to clipboard
class UnknownChannelThreadUpdateEvent(channel: ThreadChannel, old: ThreadChannel?, shard: Int, coroutineScope: CoroutineScope) : ThreadUpdateEvent, CoroutineScope