createNewsChannel
inline suspend fun CategoryBehavior.createNewsChannel(name: String, builder: NewsChannelCreateBuilder.() -> Unit = {}): NewsChannel(source)
Requests to create a new news channel with this category as parent.
Return
The created NewsChannel.
Throws
if something went wrong during the request.