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

    Interface ResourceChannelResponse

    interface ResourceChannelResponse {
        channel_id: `${bigint}`;
        description: string;
        emoji?: SettingsEmojiResponse;
        icon?: string;
        title: string;
    }
    Index

    Properties

    channel_id: `${bigint}`
    description: string
    icon?: string
    title: string