Preview environment

interface GatewayTypingStartDispatchData

export interface GatewayTypingStartDispatchData

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

channel_id : Snowflake

The id of the channel

optional
guild_id? : Snowflake

The id of the guild

optional
member? : APIGuildMember

The member who started typing if this happened in a guildSee https://discord.com/developers/docs/resources/guild#guild-member-object

timestamp : number

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

user_id : Snowflake

The id of the user