new CollaborationChannel(id, orgId, members, notifications, name, avatarUrl, cover, content, settings)
Parameters:
Name | Type | Description |
---|---|---|
id |
String | |
orgId |
String | |
members |
Array.<Auth.Provider> | |
notifications |
Array.<Collaboration.Notification> | |
name |
String | Option |
avatarUrl |
String | OPTIONAL |
cover |
String | OPTIONAL |
content |
Array.<Collaboration.Content> | |
settings |
Map |
Methods
(static) type() → {string}
Return the full class name of this type.
Returns:
- Type
- string