export type GatewaySubscriptionModifyDispatch = DataPayload<GatewayDispatchEvents.SubscriptionCreate | GatewayDispatchEvents.SubscriptionDelete | GatewayDispatchEvents.SubscriptionUpdate, GatewaySubscriptionModifyDispatchData>;
https://discord.com/developers/docs/topics/gateway-events#subscription-create https://discord.com/developers/docs/topics/gateway-events#subscription-update https://discord.com/developers/docs/topics/gateway-events#subscription-delete