Skip to main content
Module

x/natico/discordeno_deps.ts>DiscordenoMember

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

Properties

id: bigint

The user's id

cachedAt: number

When the member has been cached the last time.

guildId: bigint

The guild id where this member exists

optional
nick: string

The nickname for this member in this server

roles: bigint[]

The role ids this user has

joinedAt: number

When this member joined

optional
premiumSince: number

When this member began boosting this server if this member is boosting the server.

optional
deaf: boolean

Whether or not the member is deafened.

optional
mute: boolean

Whether or not the member is muted.

optional
pending: boolean

Whether or not this member is pending in server verification.

optional
avatar: bigint

The members avatar for this server.

optional
permissions: bigint

The permissions this member has in the guild. Only present on interaction events.