Skip to main content

DiscordTypingStart

Documentation


Documentation / @discordeno/types / DiscordTypingStart

Interface: DiscordTypingStart

Defined in: discord/gateway.ts:986

https://docs.discord.com/developers/events/gateway-events#typing-start-typing-start-event-fields

Properties

channel_id

channel_id: string

Defined in: discord/gateway.ts:988

id of the channel


guild_id?

optional guild_id?: string

Defined in: discord/gateway.ts:990

id of the guild


member?

optional member?: DiscordMember

Defined in: discord/gateway.ts:996

The member who started typing if this happened in a guild


timestamp

timestamp: number

Defined in: discord/gateway.ts:994

Unix time (in seconds) of when the user started typing


user_id

user_id: string

Defined in: discord/gateway.ts:992

id of the user