Interface GatewayTypingStartDispatchData

Hierarchy

  • GatewayTypingStartDispatchData

Properties

channel_id: string

The id of the channel

guild_id?: string

The id of the guild

The member who started typing if this happened in a guild

See https://discord.com/developers/docs/resources/guild#guild-member-object

timestamp: number

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

user_id: string

The id of the user

Generated using TypeDoc