Home > @shlack/types > IChannel
IChannel interface
A chat channel, containing many chat messages
Signature:
export interface IChannel
Properties
Property | Type | Description |
---|---|---|
description | string | |
id | string | |
messages | IMessage[] | |
name | string | |
teamId | string |