class Typing
extends
Baseexport class Typing extends Base
Represents a typing state for a user in a channel.
TextBasedChannel channel :
The channel the status is from
readonlyGuildMember | null member :
The member who is typing
readonlyDate startedAt :
The time the user started typing at
number startedTimestamp :
The UNIX timestamp in milliseconds the user started typing at
User | PartialUser user :
The user who is typing
inGuildthis is this & { channel: TextChannel | NewsChannel | ThreadChannel; get guild(): Guild; } () :
Indicates whether the status is received from a guild.