typealias RESTPatchAPIWebhookWithTokenQuery

external
export type RESTPatchAPIWebhookWithTokenQuery = Pick<RESTPostAPIWebhookWithTokenQuery, 'thread_id' | 'with_components'>;

See also: https://discord.com/developers/docs/resources/webhook#edit-webhook-message-query-string-params

Union Members

Pick<RESTPostAPIWebhookWithTokenQuery, 'thread_id' 'with_components'>