Interface ISubscriptionDeleteShardedGatewayHandler
Sent when a Subscription for a Premium App has been deleted. Inner payload is a Subscription object.
public interface ISubscriptionDeleteShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: None
Optional Intents: None
Methods
HandleAsync(GatewayClient, Subscription)
ValueTask HandleAsync(GatewayClient client, Subscription arg)
Parameters
client
GatewayClientarg
Subscription