Chameleon
    Preparing search index...

    Interface MessageReference

    interface MessageReference {
        type?: number;
        messageId?: string;
        channelId?: string;
        guildId?: string;
        failIfNotExists?: boolean;
    }
    Index

    Properties

    type?: number
    messageId?: string
    channelId?: string
    guildId?: string
    failIfNotExists?: boolean