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

    Interface GuildChannelLocation

    interface GuildChannelLocation {
        channel_id: `${bigint}`;
        guild_id: `${bigint}`;
        id: string;
        kind: GUILD_CHANNEL;
    }
    Index

    Properties

    channel_id: `${bigint}`
    guild_id: `${bigint}`
    id: string