docsFunctionsChannelsZcreateChannel

ZcreateChannel

Creates a new channel in the current guild with the specified name, type, and optional parent category.

Syntax

ZcreateChannel{name;type?;categoryID?}

Arguments

NameTypeRequiredDefault
namestringYes-
typestringNotext
categoryIDsnowflakeNo-

Example

ZcreateChannel{announcements;text;1234567890123456789}