export type GatewayThreadModifyDispatch = _DataPayload<GatewayDispatchEvents.ThreadCreate | GatewayDispatchEvents.ThreadDelete | GatewayDispatchEvents.ThreadUpdate, APIThreadChannel>;
This type doesn't accurately reflect the Discord API. Use GatewayThreadCreateDispatch, GatewayThreadUpdateDispatch, or GatewayThreadDeleteDispatch instead.
Deprecated
See also: https://discord.com/developers/docs/topics/gateway-events#thread-createhttps://discord.com/developers/docs/topics/gateway-events#thread-updatehttps://discord.com/developers/docs/topics/gateway-events#thread-delete