Skip to main content
Module

x/discord_api_types/gateway/v9.ts>GatewayThreadModifyDispatch

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias GatewayThreadModifyDispatch
Deprecated
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

import { type GatewayThreadModifyDispatch } from "https://deno.land/x/discord_api_types@0.37.82/gateway/v9.ts";
deprecated
definition: DataPayload<GatewayDispatchEvents.ThreadCreate | GatewayDispatchEvents.ThreadDelete | GatewayDispatchEvents.ThreadUpdate, GatewayChannelModifyDispatchData>