Interface

TypingStartPayload

Payload emitted for Events.TypingStart. Normalized from GatewayTypingStartDispatchData.

Properties

NameTypeDescription
channelIdstringChannel where the user started typing.
guildIdstring | nullGuild the channel belongs to, or null for DMs.
timestampnumberUnix timestamp (seconds) when typing began.
userIdstringID of the user who started typing.