Member
Documentation / @discordeno/bot / Member
Interface: Member
Defined in: bot/src/transformers/types.ts:1089
Properties
avatar?
optionalavatar:bigint
Defined in: bot/src/transformers/types.ts:1106
The member's custom avatar for this server.
avatarDecorationData
avatarDecorationData:
AvatarDecorationData
Defined in: bot/src/transformers/types.ts:1120
data for the member's guild avatar decoration
banner?
optionalbanner:bigint
Defined in: bot/src/transformers/types.ts:1108
The member's custom banner for this server.
bypassesVerification?
optionalbypassesVerification:boolean
Defined in: bot/src/transformers/types.ts:1132
Member is exempt from guild verification requirements
communicationDisabledUntil?
optionalcommunicationDisabledUntil:number
Defined in: bot/src/transformers/types.ts:1118
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?
optionalcompletedOnboarding:boolean
Defined in: bot/src/transformers/types.ts:1134
Member has started onboarding
deaf?
optionaldeaf:boolean
Defined in: bot/src/transformers/types.ts:1122
Whether the user is deafened in voice channels
didRejoin?
optionaldidRejoin:boolean
Defined in: bot/src/transformers/types.ts:1128
Member has left and rejoined the guild
flags
flags:
number
Defined in: bot/src/transformers/types.ts:1136
Guild member flags
guildId?
optionalguildId:bigint
Defined in: bot/src/transformers/types.ts:1100
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:1091
The user id of the member.
joinedAt?
optionaljoinedAt:number
Defined in: bot/src/transformers/types.ts:1112
When the user joined the guild
mute?
optionalmute:boolean
Defined in: bot/src/transformers/types.ts:1124
Whether the user is muted in voice channels
nick?
optionalnick:string
Defined in: bot/src/transformers/types.ts:1104
This user's guild nickname
pending?
optionalpending:boolean
Defined in: bot/src/transformers/types.ts:1126
Whether the user has not yet passed the guild's Membership Screening requirements
permissions?
optionalpermissions:Permissions
Defined in: bot/src/transformers/types.ts:1116
The permissions this member has in the guild. Only present on interaction events.
premiumSince?
optionalpremiumSince:number
Defined in: bot/src/transformers/types.ts:1114
When the user started boosting the guild
roles
roles:
bigint[]
Defined in: bot/src/transformers/types.ts:1110
Array of role object ids
startedOnboarding?
optionalstartedOnboarding:boolean
Defined in: bot/src/transformers/types.ts:1130
Member has completed onboarding
toggles?
optionaltoggles:MemberToggles
Defined in: bot/src/transformers/types.ts:1093
The compressed form of all the boolean values on this user.
user?
optionaluser:User
Defined in: bot/src/transformers/types.ts:1102
The user this guild member represents