Skip to main content
Module

x/natico/mod.ts>DiscordenoPresence

A powerful and customizable framework for Discordeno
Latest
interface DiscordenoPresence
Re-export
import { type DiscordenoPresence } from "https://deno.land/x/natico@4.0.0-pre.4/mod.ts";

Properties

The user presence is being updated for

guildId: bigint

id of the guild

status:
| 0
| 1
| 2
| 3
| 4

Either online: 0, dnd: 1, idle: 2, invisible: 3, offline: 4

activities: DiscordenoActivity[]

User's current activities

optional
desktop: string

The user's status set for an active desktop (Windows, Linux, Mac) application session

optional
mobile: string

The user's status set for an active mobile (iOS, Android) application session

optional
web: string

The user's status set for an active web (browser, bot account) application session