Skip to main content
Module

x/denord/mod.ts>GuildMember

🗣 Discord API module
Latest
interface GuildMember
import { type GuildMember } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

optional
user: User

the user this guild member represents

optional
nick: string

this users guild nickname

roles: RoleId[]

array of role object ids

joinedAt: Date

when the user joined the guild

optional
premiumSince: Date

when the user started boosting the guild

deaf: boolean

whether the user is deafened in voice channels

mute: boolean

whether the user is muted in voice channels