Discord.https - v3.0.16
    Preparing search index...

    Interface APIPartialChannel

    Not documented, but partial only includes id, name, and type

    interface APIPartialChannel {
        id: string;
        name?: null | string;
        type: ChannelType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The id of the channel

    name?: null | string

    The name of the channel (1-100 characters)

    The type of the channel