Table of Contents

Property AppliedTags

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AppliedTags

Gets the applied tag id collection change, if present.

public DiscordAuditLogCollectionChange<string>? AppliedTags { get; }

Property Value

DiscordAuditLogCollectionChange<string>

Remarks

Discord emits tag ids as arrays of strings in current payloads, so this helper keeps the raw string form.