Interface DiscordV1NodeParameters

Source
interface DiscordV1NodeParameters {
    options?: {
        allowedMentions?: string;
        attachments?: string;
        avatarUrl?: string;
        components?: string;
        embeds?: string;
        flags?: number;
        payloadJson?: string;
        tts?: boolean;
        username?: string;
    };
    text?: string;
    webhookUri?: string;
}

Properties§

§readonly options?: { ... }

Default: {}

§readonly text?: string

Type options: {"maxValue":2000}

§readonly webhookUri?: string