- Preparing search index...
- The search index is not available
Oceanic
Type alias ExecuteWebhookOptions
Execute
WebhookOptions: Pick<CreateMessageOptions, "content" | "tts" | "embeds" | "allowedMentions" | "components" | "attachments" | "flags" | "files"> & {
avatarURL?: string;
threadID?: string;
threadName?: string;
username?: string;
wait?: boolean;
}