Table of Contents

Property AppliedTags

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AppliedTags

Gets the list of applied tags. Only applicable for forum channel posts.

[JsonIgnore]
public IReadOnlyList<ForumPostTag> AppliedTags { get; }

Property Value

IReadOnlyList<ForumPostTag>