channel
Last updated
Represents a Slack channel.
type Channel {
id: String!
name: String
profile: UserProfile
is_private: Boolean
display: String
description: String
isAdded: Boolean
}id String!
Channel ID
name String
Channel name
is_private Boolean
Whether channel is private
display String
Display name
description String
Channel description
isAdded Boolean
Whether channel is added
Last updated
