Skip to main content
Module

x/biscuit/mod.ts>DiscordTypingStart

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface DiscordTypingStart
import { type DiscordTypingStart } from "https://deno.land/x/biscuit@0.2.4/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

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