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

    Interface APIMessageReference

    interface APIMessageReference {
        channel_id: string;
        guild_id?: string;
        message_id?: string;
        type?: MessageReferenceType;
    }
    Index

    Properties

    channel_id: string

    ID of the originating message's channel

    guild_id?: string

    ID of the originating message's guild

    message_id?: string

    ID of the originating message

    Type of reference