Struct MemberInfo
Represents information for a member.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public struct MemberInfo
Properties​
Nickname​
Gets the nickname of the updated member.
View Source​
Declaration
public readonly string Nickname { get; }
Deaf​
Gets a value that indicates whether the updated member is deafened by the guild.
View Source​
Declaration
public readonly bool? Deaf { get; }
Mute​
Gets a value that indicates whether the updated member is muted (i.e. not permitted to speak via voice) by the guild.
View Source​
Declaration
public readonly bool? Mute { get; }