Interface

TypingStartPayload

Payload emitted for Events. Normalized from `GatewayTypingStartDispatchData`.

Properties

channelId: string

Channel where the user started typing.

guildId: string | null

Guild the channel belongs to, or `null` for DMs.

timestamp: number

Unix timestamp (seconds) when typing began.

userId: string

ID of the user who started typing.