Chameleon
    Preparing search index...

    Interface ChannelMention

    interface ChannelMention {
        id: string;
        guildId: string;
        type: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: string
    guildId: string
    type: number
    name: string