TypingStartEvent

interface TypingStartEvent

Payload for a typing start event.

exported from lib.weeble.d

Properties

Property

Type

Description

channelId

string

ID of the channel.

guildId

string | null

ID of the guild.

member

GuildMember | null

The guild member typing, or null when Discord omits it.

timestamp

Date

When the typing started.

userId

string

ID of the user.