Options
All
  • Public
  • Public/Protected
  • All
Menu

Interaction Data Application Command Structure

Hierarchy

Index

Constructors

constructor

Properties

Readonly _keys

_keys: BaseSet<string> = ...

Readonly client

client: ShardClient

id

id: string = ''

Readonly interaction

interaction: Interaction

name

name: string = ''

Optional options

Optional resolved

Optional targetId

targetId: string

type

Accessors

fullName

  • get fullName(): string

isClone

  • get isClone(): boolean

isContextCommand

  • get isContextCommand(): boolean

isContextCommandMessage

  • get isContextCommandMessage(): boolean

isContextCommandUser

  • get isContextCommandUser(): boolean

isSlashCommand

  • get isSlashCommand(): boolean

shardId

  • get shardId(): number

Methods

[custom]

  • [custom](): object

_getFromSnake

  • _getFromSnake(key: string): any

_setFromSnake

  • _setFromSnake(key: string, value: any): any

clone

difference

  • difference(key: string, value: any): [boolean, any]

differences

differencesBetween

  • differencesBetween(structure: Structure): null | object

hasDifference

  • hasDifference(key: string, value: any): boolean

hasDifferences

hasDifferencesBetween

  • hasDifferencesBetween(structure: Structure): boolean

merge

mergeValue

  • mergeValue(key: string, value: any): void

toJSON

  • toJSON(): object

toString

  • toString(): string

Generated using TypeDoc