Options
All
  • Public
  • Public/Protected
  • All
Menu

Presence Activity Assets Structure, used in [PresenceActivity]

Hierarchy

Index

Constructors

constructor

Properties

Readonly _keys

_keys: BaseSet<string> = ...

Readonly _keysMerge

_keysMerge: BaseSet<string> = ...

Readonly _uncloneable

_uncloneable: true = true

Readonly activity

Readonly client

client: ShardClient

Optional largeImage

largeImage: string

Optional largeText

largeText: string

Optional smallImage

smallImage: string

Optional smallText

smallText: string

Accessors

imageUrl

  • get imageUrl(): null | string

isClone

  • get isClone(): boolean

largeImageUrl

  • get largeImageUrl(): null | string

shardId

  • get shardId(): number

smallImageUrl

  • get smallImageUrl(): null | string

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

imageUrlFormat

  • imageUrlFormat(format?: null | string, query?: UrlQuery, hash?: null | string): null | string

largeImageUrlFormat

  • largeImageUrlFormat(format?: null | string, query?: UrlQuery): null | string

merge

mergeValue

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

smallImageUrlFormat

  • smallImageUrlFormat(format?: null | string, query?: UrlQuery): null | string

toJSON

  • toJSON(): object

Generated using TypeDoc