Skip to main content
Module

x/denord/mod.ts>TypingStartEvent

🗣 Discord API module
Latest
interface TypingStartEvent
import { type TypingStartEvent } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

channelId: ChannelId

id of the channel

optional
guildId: GuildId

id of the guild

userId: UserId

id of the user

timestamp: Date

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

optional
member: GuildMember

the member who started typing if this happened in a guild