Skip to main content
Module

x/discordeno/mod.ts>DiscordTypingStart

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