Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/mod.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/src/types/mod.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; }>