Skip to main content
Module

x/denocordts/deps.ts>RESTPostAPIWebhookWithTokenJSONBody

An Object Oriented Discord API wrapper for Deno.
Latest
type alias RESTPostAPIWebhookWithTokenJSONBody
Re-export
import { type RESTPostAPIWebhookWithTokenJSONBody } from "https://deno.land/x/denocordts@1.2.0/deps.ts";
definition: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ content?: string; username?: string; avatar_url?: string; tts?: boolean; embeds?: APIEmbed[]; allowed_mentions?: APIAllowedMentions; components?: APIActionRowComponent<APIMessageActionRowComponent>[]; attachments?: (Pick<APIAttachment, "id" | "description"> & Partial<Pick<APIAttachment, "filename">>)[]; flags?: MessageFlags; thread_name?: string; }>