Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/tests/deps.ts>DiscordTypingStart

An object oriented Discordeno framework
Latest
interface DiscordTypingStart
Re-export
import { type DiscordTypingStart } from "https://deno.land/x/oasis@2.1.0/tests/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

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