Table of Contents

Method TryGetForumPostTag

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

TryGetForumPostTag(ulong)

Tries to get a forum channel tag.

public ForumPostTag? TryGetForumPostTag(ulong id)

Parameters

id ulong

The id of the tag to get or null if not found.

Returns

ForumPostTag