Channel
Channel =
object
Represents a channel within a community. Channels are the primary containers for content and belong to channel groups. They support different types including text, threaded text, voice, and app channels.
Properties
channelGroupId
channelGroupId:
ChannelGroupGuid
The ID of the channel group that contains this channel.
channelPermission
channelPermission:
ChannelPermission
The effective permissions for this channel. See ChannelPermission for details.
channelType
channelType:
number
The type of channel. See ChannelType for values: Text (1), ThreadedText (2), Voice (4), or App (8).
communityAppId?
optionalcommunityAppId?:CommunityAppGuid
For app channels, the ID of the associated community app. Undefined for other channel types.
description?
optionaldescription?:string
Optional description of the channel.
iconAssetUri?
optionaliconAssetUri?:string
Optional URI for the channel icon.