Method ToPartialRoleCollectionChange
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ToPartialRoleCollectionChange()
Converts the raw change into a partial role collection change.
public DiscordAuditLogCollectionChange<DiscordAuditLogPartialRole> ToPartialRoleCollectionChange()
Returns
- DiscordAuditLogCollectionChange<DiscordAuditLogPartialRole>
A typed before-and-after partial role collection change.
Remarks
This is primarily useful for Discord's special $add and $remove member role delta keys.