Skip to content

撤回消息

https://chat-go.jwzhd.com/open-apis/v1/bot/recall?token=xxxxxxxxxx

curl --location --request POST 'https://chat-go.jwzhd.com/open-apis/v1/bot/recall?token=xxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgId": "xxxxxxx",
"chatId": "7058262",
"chatType": "user"
}'
Content-Type: "application/json; charset=utf-8"
字段类型是否必填说明
msgIdstring消息ID
chatIdstring消息对象ID,用户: userId 群: groupId
chatTypestring消息对象类型,用户: user 群: group
字段类型说明
codeint响应代码
msgstring响应信息,包括异常信息
dataObject返回数据