interface DiscordTypingStartimport { type DiscordTypingStart } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/topics/gateway#typing-start Propertiestimestamp: numberUnix time (in seconds) of when the user started typing channel_id: stringid of the channel optionalguild_id: stringid of the guild user_id: stringid of the user optionalmember: DiscordMemberThe member who started typing if this happened in a guild import DiscordTypingStartimport { DiscordTypingStart } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";