revbot.js
    Preparing search index...

    Interface MessageEditOptions

    interface MessageEditOptions {
        attachments?: string[];
        content?: string;
        embeds?: MessageEmbed[];
    }
    Index

    Properties

    attachments?: string[]
    content?: string
    embeds?: MessageEmbed[]