interface GatewayThreadDeleteDispatchData {
    guild_id: string;
    id: string;
    parent_id: string;
    type: ChannelType;
}

Properties

guild_id: string

The id of the guild

id: string

The id of the channel

parent_id: string

The id of the parent channel of the thread

The type of the channel