export type GatewayThreadModifyDispatch = DataPayload<GatewayDispatchEvents.ThreadCreate | GatewayDispatchEvents.ThreadDelete | GatewayDispatchEvents.ThreadUpdate, APIThreadChannel>;
This type doesn't accurately reflect the Discord API. Use , , or instead. https://discord.com/developers/docs/topics/gateway-events#thread-create https://discord.com/developers/docs/topics/gateway-events#thread-update https://discord.com/developers/docs/topics/gateway-events#thread-delete
Deprecated