Skip to main content

Class MemberRoleAuditLogData

Contains a piece of audit log data related to a change in a guild member's roles.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class MemberRoleAuditLogData : IAuditLogData

Properties​

Roles​

Gets a collection of role changes that were performed on the member.

View Source​
Declaration
public IReadOnlyCollection<MemberRoleEditInfo> Roles { get; }

Target​

Gets the user that the roles changes were performed on.

View Source​
Declaration
public IUser Target { get; }

Implements​