Options
All
  • Public
  • Public/Protected
  • All
Menu

Channel Message Call Structure, used to define the call properties in the DM it's from Used to format the content

Hierarchy

Index

Constructors

constructor

Properties

Readonly _keys

_keys: BaseSet<string> = ...

Readonly _uncloneable

_uncloneable: true = true

Readonly client

client: ShardClient

endedTimestamp

endedTimestamp: null | Date = null

Readonly message

message: Message

participants

participants: string[] = []

Accessors

duration

  • get duration(): number

isClone

  • get isClone(): boolean

isEnded

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