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

    Interface APIChannelMention

    interface APIChannelMention {
        guild_id: string;
        id: string;
        name: string;
        type: ChannelType;
    }
    Index

    Properties

    Properties

    guild_id: string

    ID of the guild containing the channel

    id: string

    ID of the channel

    name: string

    The name of the channel

    The type of channel