The id of the discord.ITextChannel this event occurred in.
The id of the discord.Guild this event occurred in.
Note: Will be undefined if the event occurred in a [[discord.DMChannel]].
A discord.GuildMember instance of the user who started typing.
Note: Requires guildId to be set.
The unix-epoch timestamp of the time the user started typing.
The id of the discord.User that started typing.
Generated using TypeDoc
Common event data for Event.TYPING_START. Passed as a parameter when you register an associated event with discord.on.