Struct MemberInfo
Represents information for a member.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public struct MemberInfo
Properties
| Improve this Doc View SourceDeaf
Gets a value that indicates whether the updated member is deafened by the guild.
Declaration
public bool? Deaf { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
|
Mute
Gets a value that indicates whether the updated member is muted (i.e. not permitted to speak via voice) by the guild.
Declaration
public bool? Mute { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
|
Nickname
Gets the nickname of the updated member.
Declaration
public string Nickname { get; }
Property Value
| Type | Description |
|---|---|
| System.String | A string representing the nickname of the updated member; |