typealias RESTPostAPIWebhookWithTokenSlackQuery

external
export type RESTPostAPIWebhookWithTokenSlackQuery = Pick<RESTPostAPIWebhookWithTokenQuery, 'thread_id' | 'wait'>;

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

Union Members

Pick<RESTPostAPIWebhookWithTokenQuery, 'thread_id' 'wait'>