- Ability
- File
- Generic
- Request
- Group
- Info
- Message
群里戳一戳
POST
/group_poke
请求参数
Body 参数application/json
group_id
integer
群 Uin
user_id
integer
用户 Uin
示例
{
"group_id": 0,
"user_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 '/group_poke' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
status
enum<string>
状态
枚举值:
ok
retcode
integer
返回代码
data
null
返回数据
示例
{
"status": "ok",
"retcode": 0,
"data": null,
"echo": null
}
修改于 2024-12-01 20:07:50