Package dev.kord.core.event.message

Types

MessageBulkDeleteEvent
Link copied to clipboard
class MessageBulkDeleteEvent(messageIds: Set<Snowflake>, messages: Set<Message>, channelId: Snowflake, guildId: Snowflake?, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
MessageCreateEvent
Link copied to clipboard
class MessageCreateEvent(message: Message, guildId: Snowflake?, member: Member?, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
MessageDeleteEvent
Link copied to clipboard
class MessageDeleteEvent(messageId: Snowflake, channelId: Snowflake, guildId: Snowflake?, message: Message?, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
MessageUpdateEvent
Link copied to clipboard
class MessageUpdateEvent(messageId: Snowflake, channelId: Snowflake, new: DiscordPartialMessage, old: Message?, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
ReactionAddEvent
Link copied to clipboard
class ReactionAddEvent(userId: Snowflake, channelId: Snowflake, messageId: Snowflake, guildId: Snowflake?, emoji: ReactionEmoji, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
ReactionRemoveAllEvent
Link copied to clipboard
class ReactionRemoveAllEvent(channelId: Snowflake, messageId: Snowflake, guildId: Snowflake?, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
ReactionRemoveEmojiEvent
Link copied to clipboard
class ReactionRemoveEmojiEvent(data: ReactionRemoveEmojiData, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable
ReactionRemoveEvent
Link copied to clipboard
class ReactionRemoveEvent(userId: Snowflake, channelId: Snowflake, messageId: Snowflake, guildId: Snowflake?, emoji: ReactionEmoji, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : Event, CoroutineScope, Strategizable