Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/mod.ts>GatewayTypingStartDispatchData

An Object Oriented Discord API wrapper for Deno.
Latest
interface GatewayTypingStartDispatchData
Re-export
import { type GatewayTypingStartDispatchData } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

Properties

channel_id: Snowflake

The id of the channel

optional
guild_id: Snowflake

The id of the guild

user_id: Snowflake

The id of the user

timestamp: number

Unix time (in seconds) of when the user started typing

optional
member: APIGuildMember

The member who started typing if this happened in a guild

See https://discord.com/developers/docs/resources/guild#guild-member-object