Skip to main content
Module

x/discordeno/mod.ts>DiscordTypingStart

Discord API library for Deno
Latest
interface DiscordTypingStart
Re-export
import { type DiscordTypingStart } from "https://deno.land/x/discordeno@18.0.1/mod.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