Table of Contents

Constructor ForumPostTag

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

ForumPostTag(string, ulong?, string?, bool)

Initializes a new instance of the ForumPostTag class.

public ForumPostTag(string name, ulong? emojiId = null, string? emojiName = null, bool moderated = false)

Parameters

name string

The tags name.

emojiId ulong?

The tags emoji id. Defaults to null.

emojiName string

The tags emoji name (unicode emoji). Defaults to null.

moderated bool

Whether this tag can only be applied by moderators. Defaults to false.