WorkspaceChatMetadata
Contains information about the workspace chat
namestringrequired
Chat name
Example:
Newsannouncebooleanrequired
Whether the chat is an announcement chat
Example:
truechatTypeWorkspaceChatType (string)required
Chat type
Possible values: [PRIVATE, PUBLIC, GENERAL]
Example:
PUBLICautoJoinNewMembersbooleanrequired
Whether new workspace members are automatically added to the chat
Example:
truedescriptionstring
Chat description
Example:
Company newsmemberCountintegerrequired
Number of members
Example:
5WorkspaceChatMetadata
{
"name": "News",
"announce": "true",
"chatType": "PUBLIC",
"autoJoinNewMembers": "true",
"description": "Company news",
"memberCount": "5"
}