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

x/higa/deno/dep.ts>GatewayPresenceUpdateData

A package to interract with the Discord API coded by myself
Latest
interface GatewayPresenceUpdateData
import { type GatewayPresenceUpdateData } from "https://deno.land/x/higa@0.1.2/deno/dep.ts";

Properties

since: number | null

Unix time (in milliseconds) of when the client went idle, or null if the client is not idle

activities: GatewayActivityUpdateData[]
status: PresenceUpdateStatus
afk: boolean

Whether or not the client is afk