GuildScheduledEventUserRemoveEvent
data class GuildScheduledEventUserRemoveEvent(val scheduledEventId: Snowflake, val userId: Snowflake, val guildId: Snowflake, val kord: Kord, val shard: Int, val customContext: Any?, val supplier: EntitySupplier = kord.defaultSupplier) : GuildScheduledEventUserEvent(source)
Sent when a user has unsubscribed from a GuildScheduledEvent.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun withStrategy(strategy: EntitySupplyStrategy<*>): GuildScheduledEventUserRemoveEvent