Skip to main content
Latest
interface RawGuildMember
import { type RawGuildMember } from "https://deno.land/x/denord@0.1.0/raw/RawGuildMember.ts";

Properties

optional
user: RawUser

the user this guild member represents

optional
nick: string

this users guild nickname

roles: RoleId[]

array of role object ids

joined_at: ISO8601Timestamp

when the user joined the guild

optional
premium_since: ISO8601Timestamp

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