获取群公告
POST
/_get_group_notice请求参数
Body 参数application/json
group_id
number
必需
示例
{
"group_id": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
string
必需
retcode
integer
必需
data
array [object {3}]
必需
sender_id
integer
必需
publish_time
integer
必需
message
object
必需
message
string
必需
wording
string
必需
示例
{
"status": "ok",
"retcode": 0,
"data": [
{
"sender_id": 721011692,
"publish_time": 1729688018,
"message": {
"text": "群公告",
"images": [
{
"height": "1600",
"width": "2560",
"id": "gwNt8bqQaMVgBfwRpIzBaU33nkPR6pV9gAteoYgJ4Iw"
}
]
}
},
{
"sender_id": 721011692,
"publish_time": 1715773267,
"message": {
"text": "asdf",
"images": []
}
}
],
"message": "",
"wording": ""
}
最后修改时间: 10 天前