Options
All
  • Public
  • Public/Protected
  • All
Menu

Application News Structure

Hierarchy

Index

Constructors

constructor

Properties

Readonly _keys

_keys: BaseSet<string> = ...

applicationId

applicationId: string = ''

category

category: null = null

Readonly client

client: ShardClient

description

description: string = ''

flags

flags: number = 0

Optional footer

gameId

gameId: string = ...

id

id: string = ''

Optional thumbnail

timestamp

timestamp: Date

title

title: string = ''

type

type: string = ...

Accessors

isClone

  • get isClone(): 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

Generated using TypeDoc