Typing

export class Typing extends Base
export class Typing extends Base
Represents a typing state for a user in a channel.

Extends

Base
The channel the status is from
Readonly
client:Client<true>
The client that instantiated this
Inherited from Base
Readonly
guild:Guild | null
The guild the status is from
Readonly
member:GuildMember | null
The member who is typing
Readonly
startedAt:Date
The time the user started typing at
startedTimestamp:number
The UNIX timestamp in milliseconds the user started typing at
The user who is typing
inGuild():this is this & { channel: TextChannel | NewsChannel | ThreadChannel; get guild(): Guild; }
Indicates whether the status is received from a guild.
toJSON(...props):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string