Skip to main content
Module

x/discord_api_types/payloads/v10/_interactions/ping.ts

Up to date Discord API Typings, versioned by the API version
Go to Latest
File
import type { APIBaseInteraction } from './base.ts';import type { InteractionType } from './responses.ts';
export type APIPingInteraction = Omit<APIBaseInteraction<InteractionType.Ping, never>, 'locale'>;