export interface GatewayTypingStartDispatchData
https://discord.com/developers/docs/topics/gateway-events#typing-start
Snowflake channel_id :
The id of the channel
optionalSnowflake guild_id? :
The id of the guild
optionalAPIGuildMember member? :
The member who started typing if this happened in a guildSee https://discord.com/developers/docs/resources/guild#guild-member-object
number timestamp :
Unix time (in seconds) of when the user started typing
Snowflake user_id :
The id of the user