@hunteroi/discord-temp-channels
    Preparing search index...

    Interface ParentChannelData

    The data about the channel allowing creation of temporary channels

    ParentChannelData

    interface ParentChannelData {
        channelId: string;
        children: ChildChannelData[];
        options: ParentChannelOptions;
    }
    Index

    Properties

    channelId: string

    The unique identifier of the channel

    ParentChannelData

    children: ChildChannelData[]

    The related children channels related to this parent.

    ParentChannelData

    The customization parameters of this channel and the related children.

    ParentChannelData