Skip to main content
Module

x/natico/deps.ts>GuildMember

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

Properties

optional
user: User

The user this guild member represents

optional
nick: string | null

This users guild nickname

roles: string[]

Array of role object ids

joinedAt: string

When the user joined the guild

optional
premiumSince: string | null

When the user started boosing the guild

optional
deaf: boolean

Whether the user is deafened in voice channels

optional
mute: boolean

Whether the user is muted in voice channels

optional
pending: boolean

Whether the user has not yet passed the guild's Membership Screening requirements

optional
avatar: string

The members custom avatar for this server.

optional
permissions: string

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