Interface
TypingStartPayload
Payload emitted for Events.
Normalized from `GatewayTypingStartDispatchData`.
Properties
channelId
: stringChannel where the user started typing.
guildId
: string | nullGuild the channel belongs to, or `null` for DMs.
timestamp
: numberUnix timestamp (seconds) when typing began.
userId
: stringID of the user who started typing.