Method GetForumPostTag
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
GetForumPostTag(ulong)
Gets a forum channel tag.
public ForumPostTag GetForumPostTag(ulong id)
Parameters
id
ulongThe id of the tag to get.
Returns
Exceptions
- InvalidOperationException
Thrown when the tag does not exist.