Table of Contents

Method GetForumPostTag

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetForumPostTag(ulong)

Gets a forum channel tag.

public ForumPostTag GetForumPostTag(ulong id)

Parameters

id ulong

The id of the tag to get.

Returns

ForumPostTag

Exceptions

InvalidOperationException

Thrown when the tag does not exist.