@typed-discord/rest
    Preparing search index...

    Interface WidgetChannel

    interface WidgetChannel {
        id: `${bigint}`;
        name: string;
        position: number;
    }
    Index

    Properties

    Properties

    id: `${bigint}`
    name: string
    position: number