Skip to main content

Member

Documentation


Documentation / @discordeno/bot / Member

Interface: Member

Defined in: bot/src/transformers/types.ts:1086

Properties

avatar?

optional avatar: bigint

Defined in: bot/src/transformers/types.ts:1103

The member's custom avatar for this server.


avatarDecorationData

avatarDecorationData: AvatarDecorationData

Defined in: bot/src/transformers/types.ts:1117

data for the member's guild avatar decoration


optional banner: bigint

Defined in: bot/src/transformers/types.ts:1105

The member's custom banner for this server.


bypassesVerification?

optional bypassesVerification: boolean

Defined in: bot/src/transformers/types.ts:1129

Member is exempt from guild verification requirements


communicationDisabledUntil?

optional communicationDisabledUntil: number

Defined in: bot/src/transformers/types.ts:1115

when the user's timeout will expire and the user will be able to communicate in the guild again (set null to remove timeout), null or a time in the past if the user is not timed out


completedOnboarding?

optional completedOnboarding: boolean

Defined in: bot/src/transformers/types.ts:1131

Member has started onboarding


deaf?

optional deaf: boolean

Defined in: bot/src/transformers/types.ts:1119

Whether the user is deafened in voice channels


didRejoin?

optional didRejoin: boolean

Defined in: bot/src/transformers/types.ts:1125

Member has left and rejoined the guild


flags

flags: number

Defined in: bot/src/transformers/types.ts:1133

Guild member flags


guildId?

optional guildId: bigint

Defined in: bot/src/transformers/types.ts:1097

The guild id where this member is.

Remarks

This will always be present unless the member object is from thread member object.


id

id: bigint

Defined in: bot/src/transformers/types.ts:1088

The user id of the member.


joinedAt

joinedAt: number

Defined in: bot/src/transformers/types.ts:1109

When the user joined the guild


mute?

optional mute: boolean

Defined in: bot/src/transformers/types.ts:1121

Whether the user is muted in voice channels


nick?

optional nick: string

Defined in: bot/src/transformers/types.ts:1101

This user's guild nickname


pending?

optional pending: boolean

Defined in: bot/src/transformers/types.ts:1123

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


permissions?

optional permissions: Permissions

Defined in: bot/src/transformers/types.ts:1113

The permissions this member has in the guild. Only present on interaction events.


premiumSince?

optional premiumSince: number

Defined in: bot/src/transformers/types.ts:1111

When the user started boosting the guild


roles

roles: bigint[]

Defined in: bot/src/transformers/types.ts:1107

Array of role object ids


startedOnboarding?

optional startedOnboarding: boolean

Defined in: bot/src/transformers/types.ts:1127

Member has completed onboarding


toggles?

optional toggles: MemberToggles

Defined in: bot/src/transformers/types.ts:1090

The compressed form of all the boolean values on this user.


user?

optional user: User

Defined in: bot/src/transformers/types.ts:1099

The user this guild member represents