Home > @shlack/types > ITeam
ITeam interface
A team, containing one or more chat channels
Signature:
export interface ITeam
Remarks
The isTeam() type guard may be used to detect whether a value conforms to this interface
Properties
Property | Type | Description |
---|---|---|
channels | IChannel[] | |
iconUrl | string | |
id | string | |
name | string |