Skip to main content
Module

x/discord_api_types/payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.ts

Up to date Discord API Typings, versioned by the API version
Go to Latest
File
import type { APIApplicationCommandOptionBase, APIInteractionDataOptionBase } from './base.ts';import type { ApplicationCommandOptionType } from './shared.ts';import type { Snowflake } from '../../../../../globals.ts';
export type APIApplicationCommandMentionableOption = APIApplicationCommandOptionBase<ApplicationCommandOptionType.Mentionable>;
export type APIApplicationCommandInteractionDataMentionableOption = APIInteractionDataOptionBase< ApplicationCommandOptionType.Mentionable, Snowflake>;