Skip to main content
Version: v2

WorkspaceChatMetadata

Contains information about the workspace chat

namestringrequired

Chat name

Example: News
announcebooleanrequired

Whether the chat is an announcement chat

Example: true
chatTypeWorkspaceChatType (string)required

Chat type

Possible values: [PRIVATE, PUBLIC, GENERAL]

Example: PUBLIC
autoJoinNewMembersbooleanrequired

Whether new workspace members are automatically added to the chat

Example: true
descriptionstring

Chat description

Example: Company news
memberCountintegerrequired

Number of members

Example: 5
WorkspaceChatMetadata
{
"name": "News",
"announce": "true",
"chatType": "PUBLIC",
"autoJoinNewMembers": "true",
"description": "Company news",
"memberCount": "5"
}