typealias RESTPostAPIWebhookWithTokenGitHubQuery

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

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

Union Members

Pick<RESTPostAPIWebhookWithTokenQuery, 'thread_id' 'wait'>