v4

OpenAPI 3.1.0raw.githubusercontent.com2026-04-260056.0 KB
Conversations

创建群组对话

post/conversations/group

Request body

titlestring required

群组名称

descriptionstring

群组描述

memberIdsstring[]

初始成员 ID 列表

metadataobject

Response

创建成功

okboolean

Example response

{
  "ok": true
}