EntitlementUpdate

data class EntitlementUpdate(val entitlement: DiscordEntitlement, val sequence: Int?) : DispatchEvent(source)

Constructors

Link copied to clipboard
constructor(entitlement: DiscordEntitlement, sequence: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val sequence: Int?