For the complete documentation index, see llms.txt. This page is also available as Markdown.

channel

Represents a Slack channel.

Examples

type Channel {
  id: String!
  name: String
  profile: UserProfile
  is_private: Boolean
  display: String
  description: String
  isAdded: Boolean
}

Fields

Field
Description
Supported fields

id String!

Channel ID

name String

Channel name

profile UserProfile

User profile associated with channel

image_192 String!

is_private Boolean

Whether channel is private

display String

Display name

description String

Channel description

isAdded Boolean

Whether channel is added

References

Fields with this object:

Last updated