Discord.https - v3.0.16
    Preparing search index...

    Interface GatewayThreadDeleteDispatchData

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

    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