Interface ISubscriptionDeleteGatewayHandler
Sent when a Subscription for a Premium App has been deleted. Inner payload is a Subscription object.
public interface ISubscriptionDeleteGatewayHandler : IGatewayHandler
Remarks
Required Intents: None
Optional Intents: None
Methods
HandleAsync(Subscription)
Handles the gateway event.
ValueTask HandleAsync(Subscription arg)
Parameters
argSubscriptionThe event argument.