SubscriptionUpdateEvent
class SubscriptionUpdateEvent(val subscription: Subscription, val old: Subscription?, val kord: Kord, val shard: Int, val customContext: Any?) : Event(source)
An Event that is sent when a Subscription for a Premium App has been updated.
Constructors
Link copied to clipboard
constructor(subscription: Subscription, old: Subscription?, kord: Kord, shard: Int, customContext: Any?)
Properties
Link copied to clipboard
A custom object that can be inserted when creating events. By default, this is just null
.
Link copied to clipboard
The Subscription as found in cache before the update.
Link copied to clipboard
The Subscription that was updated.