Typing
classe · Source
Represents a typing state for a user in a channel.
Extends: Base
Properties
channel
channel: TextBasedChannels
The channel the status is from Source
user
user: User
The user who is typing Source
startedTimestamp
startedTimestamp: number
The UNIX timestamp in milliseconds the user started typing at Source
startedAt
startedAt: Date
The time the user started typing at Source
guild
guild: Guild
The guild the status is from Source
member
member: GuildMember
The member who is typing Source
client
client: Client
The client that instantiated this Source
Methods
inGuild
inGuild(): boolean
Indicates whether the status is received from a guild. Returns: booleanSource