Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/harmony/src/structures/member.ts>MemberData

An easy to use Discord API Library for Deno.
Latest
interface MemberData
import { type MemberData } from "https://deno.land/x/harmony@v2.9.1/src/structures/member.ts";

Properties

optional
nick: string | null
optional
roles: Array<Role | string>
optional
deaf: boolean
optional
mute: boolean
optional
channel: string | VoiceChannel | null
optional
communicationDisabledUntil: Date | null