Options
All
  • Public
  • Public/Protected
  • All
Menu

Channel Typing Structure used to tell you when someone starts typing in a channel

Hierarchy

Index

Constructors

constructor

Properties

Readonly _keys

_keys: BaseSet<string> = ...

Readonly _keysMerge

_keysMerge: BaseSet<string> = ...

channelId

channelId: string = ''

Readonly client

client: ShardClient

Optional guildId

guildId: string

Optional member

member: Member

started

started: number = 0

stopped

stopped: number = 0

Readonly timeout

timeout: Timeout = ...

timestamp

timestamp: number = 0

userId

userId: string = ''

Accessors

channel

guild

  • get guild(): null | Guild

isClone

  • get isClone(): boolean

shardId

  • get shardId(): number

shouldStopAt

  • get shouldStopAt(): number

user

  • get user(): null | User

Methods

[custom]

  • [custom](): object

_getFromSnake

  • _getFromSnake(key: string): any

_setFromSnake

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

_stop

  • _stop(emit?: boolean): void

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