Type alias GatewayThreadModifyDispatch

GatewayThreadModifyDispatch: DataPayload<ThreadCreate | ThreadDelete | ThreadUpdate, GatewayChannelModifyDispatchData>

Deprecated

This type doesn't accurately reflect the Discord API. Use {@apilink GatewayThreadCreateDispatch}, {@apilink GatewayThreadUpdateDispatch}, or {@apilink GatewayThreadDeleteDispatch} 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

Generated using TypeDoc