Table of Contents

Method ToCollectionChange

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

ToCollectionChange<T>()

Converts the raw change into a typed collection change.

public DiscordAuditLogCollectionChange<T> ToCollectionChange<T>()

Returns

DiscordAuditLogCollectionChange<T>

A typed before-and-after collection change.

Type Parameters

T

The target item type.