Skip to content

Channels Object ​



id
string
REQUIRED · 

Unique identifier for the channel.

name
string

Name of the channel.

description
string

Description of the channel.

organization
object

Organization to which the channel belongs.

id
string

Unique identifier for the organization.

name
string

Name of the organization.

workspace
object

Workspace to which the channel belongs.

id
string

Unique identifier for the workspace.

name
string

Name of the workspace.

group
object

Group to which the channel belongs.

id
string

Unique identifier for the group.

name
string

Name of the group.

type
string

Type of the channel.

All possible enum values:
  • channel
  • private_channel
  • dm
  • group_dm
status
string

Status of the channel.

All possible enum values:
  • active
  • archived
is_member
boolean

Is the current authed user or application is a member of the channel. This might not directly mean that the user or application can post messages on the channel.

created_by
object
id
string

Unique identifier for the member.

created_at
string · date-time

Date and time when the channel was created.

updated_at
string · date-time

Date and time when the channel was last updated.

remote_data
object

Raw data returned from the remote API call.