Interface RawApplicationCommandOption

Hierarchy

  • RawApplicationCommandOption

Properties

autocomplete?: boolean
description: string
description_localizations?: null | Partial<Record<Locale, string>>
description_localized?: string
max_length?: number
max_value?: number
min_length?: number
min_value?: number
name: string
name_localizations?: null | Partial<Record<Locale, string>>
name_localized?: string
required?: boolean