Type alias ExecuteWebhookOptions

ExecuteWebhookOptions: Pick<CreateMessageOptions, "content" | "tts" | "embeds" | "allowedMentions" | "components" | "attachments" | "flags" | "files"> & {
    avatarURL?: string;
    threadID?: string;
    threadName?: string;
    username?: string;
    wait?: boolean;
}