Skip to main content
Module

x/discord_api_types/payloads/v8/guild.ts>APIGuildMember

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIGuildMember
Deprecated
Deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

import { type APIGuildMember } from "https://deno.land/x/discord_api_types@0.37.2/payloads/v8/guild.ts";

Properties

optional
user: APIUser

The user this guild member represents

This field won't be included in the member object attached to MESSAGE_CREATE and MESSAGE_UPDATE gateway events.

See https://discord.com/developers/docs/resources/user#user-object

optional
nick: string | null

This users guild nickname

optional
avatar: string | null

The member's guild avatar hash

joined_at: string

When the user joined the guild

optional
premium_since: string | null
deaf: boolean

Whether the user is deafened in voice channels

mute: boolean

Whether the user is muted in voice channels

optional
pending: boolean

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

If this field is not present, it can be assumed as false.

optional
communication_disabled_until: string | null

Timestamp of when the time out will be removed; until then, they cannot interact with the guild