Skip to main content
Module

x/wackford/discordeno.ts>DiscordTypingStart

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
interface DiscordTypingStart
Re-export
import { type DiscordTypingStart } from "https://deno.land/x/wackford@v0.0.2/discordeno.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