Skip to main content
id
ID
Unique identifier of the Channel.
title
String
Title of the Channel.
is_private
Boolean
Whether the channel is private. Private channels are only visible to their members.
created_by
String
Email of the user who created the channel.
created_at
String
Timestamp when the channel was created.
updated_at
String
Timestamp when the channel was last updated.
members
[ChannelMember]
List of members of this channel. See ChannelMember for available fields.

Additional Resources