Skip to main content
Module

x/natico/mod.ts>GuildMemberUpdate

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

Properties

guildId: string

The id of the guild

roles: string[]

User role ids

user: User

The user

optional
nick: string | null

Nickname of the user in the guild

joinedAt: string

When the user joined the guild

optional
premiumSince: string | null

When the user starting boosting the guild

optional
pending: boolean

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

optional
deaf: boolean

whether the user is deafened in voice channels

optional
mute: boolean

whether the user is muted in voice channels