- Ability
- File
- Generic
- Request
- Group
- Info
- Message
加入好友表情接龙
POST
/.join_friend_emoji_chain
请求参数
Body 参数application/json
user_id
integer
用户 Uin
message_id
integer
必需
emoji_id
integer
表情id
示例
{
"user_id": 0,
"message_id": 0,
"emoji_id": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/.join_friend_emoji_chain' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"message_id": 0,
"emoji_id": 0
}'
返回响应
🟢200成功
application/json
Body
status
enum<string>
状态
枚举值:
ok
retcode
integer
返回代码
data
null
返回数据
示例
{
"status": "ok",
"retcode": 0,
"data": null
}