Struct SocketMemberRoleEditInfo
An information object representing a change in one of a guild member's roles.
public struct SocketMemberRoleEditInfo
  - Inherited Members
 
Properties
Added
Gets a value that indicates whether the role was added to the user.
public readonly bool Added { get; }
  Property Value
Name
Gets the name of the role that was changed.
public readonly string Name { get; }
  Property Value
- string
 A string containing the name of the role that was changed.
Removed
Gets a value indicating that the user role has been removed.
public readonly bool Removed { get; }
  Property Value
- bool
 trueif the role has been removed from the user; otherwisefalse.
RoleId
Gets the ID of the role that was changed.
public readonly ulong RoleId { get; }