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

    Interface PrivateChannelLocation

    interface PrivateChannelLocation {
        channel_id: `${bigint}`;
        id: string;
        kind: PRIVATE_CHANNEL;
    }
    Index

    Properties

    Properties

    channel_id: `${bigint}`
    id: string