@typed-discord/rest
    Preparing search index...

    Interface MessageReferenceResponse

    interface MessageReferenceResponse {
        channel_id: `${bigint}`;
        guild_id?: `${bigint}`;
        message_id?: `${bigint}`;
        type: DEFAULT;
    }
    Index

    Properties

    channel_id: `${bigint}`
    guild_id?: `${bigint}`
    message_id?: `${bigint}`
    type: DEFAULT