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§

Source§

readonly options?: {
    allowedMentions?: string;
    attachments?: string;
    avatarUrl?: string;
    components?: string;
    embeds?: string;
    flags?: number;
    payloadJson?: string;
    tts?: boolean;
    username?: string;
}

Default: {}

Source§

readonly text?: string

Type options: {"maxValue":2000}

Source§

readonly webhookUri?: string