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

x/aether/src/structures/guild/Member.ts>default

A Deno library to interface with the Discord API
Go to Latest
class default
extends Base
import { default } from "https://deno.land/x/aether@v0.0.1-beta/src/structures/guild/Member.ts";

Constructors

new
default(
data: any,
guild: Guild,
client: Client,
)

Properties

deaf: boolean
guild: Guild
hoistedRole: any
joinedAt: number | Date
mute: boolean
nick: string
owner: boolean
readonly
permissions
premiumSince: number
roles: string[]
user: User