Skip to main content
Go to Latest
interface DiscordTypingStart
Re-export
import { type DiscordTypingStart } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/cache/deps.ts";

Properties

timestamp: number

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

channel_id: string

id of the channel

optional
guild_id: string

id of the guild

user_id: string

id of the user

optional
member: DiscordMember

The member who started typing if this happened in a guild