添加消息表情回复
POST
/open-apis/im/v1/messages/{message_id}/reactions
注意事项:
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.feishu.cn/open-apis/im/v1/messages/om_a8f2294b************a1a38afaac9d/reactions' \
--header 'Authorization: Bearer {{tenant_access_token}}' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reaction_type": {
"emoji_type": "SMILE"
}
}'
响应示例响应示例
{
"code": 0,
"msg": "success",
"data": {
"reaction_id": "ZCaCIjUBVVWSrm5L-3ZTw*************sNa8dHVplEzzSfJVUVLMLcS_",
"operator": {
"operator_id": "ou_ff0b7ba35fb********67dfc8b885136",
"operator_type": "app/user"
},
"action_time": "1626086391570",
"reaction_type": {
"emoji_type": "SMILE"
}
}
}
请求参数
Path 参数
message_id
string
必需
示例值:
om_a8f2294b************a1a38afaac9d
Header 参数
Authorization
string
必需
示例值:
Bearer {{tenant_access_token}}
Content-Type
string
必需
默认值:
application/json; charset=utf-8
Body 参数application/json
返回响应
修改于 2022-01-05 09:07:18