SubscriptionNotification
1type SubscriptionNotification<T>: object;Message emitted when a shard has received a subscription notification.
Type parameters
| Type parameter | Value |
|---|---|
T extends SubscriptionTypes | SubscriptionTypes |
Type declaration
| Member | Type |
|---|---|
payload | BasePayload<T> |
topic | T |