Class RankChange
- Namespace
- GuildWars2.Guilds.Logs
- Assembly
- GW2SDK.dll
A log entry about a change in guild rank.
public sealed record RankChange : GuildLogEntry, IEquatable<GuildLogEntry>, IEquatable<RankChange>
- Inheritance
-
RankChange
- Implements
- Inherited Members
Properties
- ChangedBy
The ID of the user who performed the change.
- NewRank
The new rank of the user.
- OldRank
The old rank of the user.
- User
The ID of the user who was promoted or demoted.