Skip to main content
Module

x/discord_api_types/rest/v9/webhook.ts>RESTPatchAPIWebhookJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPatchAPIWebhookJSONBody
import { type RESTPatchAPIWebhookJSONBody } from "https://deno.land/x/discord_api_types@0.37.2/rest/v9/webhook.ts";
definition: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ name?: string; avatar?: string | null; channel_id?: Snowflake; }>