docsFunctionsForumsZcreateForumTag

ZcreateForumTag

Adds a new available tag to a forum channel with an optional emoji and moderation flag.

Syntax

ZcreateForumTag{channelID;name;emoji?;moderated?}

Arguments

NameTypeRequiredDefault
channelIDsnowflakeYes-
namestringYes-
emojiemojiNo-
moderatedbooleanNofalse

Example

ZcreateForumTag{987654321012345678;Bug Report;🐛;false}