- 必读文档(问问题前先看完这里)
- 枚举类
- 回调
- 客户端
- 登录
- 用户
- 消息
- 联系人
- 群聊
- 云存储
- 标签
- 朋友圈
- 同步
发送群@消息
POST
/msg/send_room_at
Msg
请求参数
Body 参数application/json
guid
string
Guid
conversation_id
string
Conversation Id
默认值:
content
string
Content
默认值:
at_list
array [anyOf]
At List
string
可选
integer
可选
示例
{
"guid": "string",
"conversation_id": "",
"content": "",
"at_list": []
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/msg/send_room_at' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "string",
"conversation_id": "",
"content": "",
"at_list": []
}'
返回响应
🟢200Successful Response
application/json
Body
string
可选
示例
"string"
🟠422Validation Error
修改于 2025-03-26 09:47:22