Mrs4s / MiraiGo

qq协议的golang实现, 移植于mirai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug:获取群公告不返回notice_id

RainChain-Zero opened this issue · comments

RT.在go-cqhttp尝试获取群公告(/_get_group_notice)时,发现返回数据中不存在notice_id这一属性。查看MiraiGo里似乎已经实现该属性但似乎并未传输?希望能得到您的解答。
以下为返回数据

[
    {
        "sender_id": "这是qq,number",
        "publish_time": 1660386344,
        "message": {
            "text": "测试",
            "images": []
        }
    },
    {
        "sender_id": "这是qq,number",
        "publish_time": 1660384814,
        "message": {
            "text": "no",
            "images": []
        }
    },
    {
        "sender_id": "这是qq,number",
        "publish_time": 1660384576,
        "message": {
            "text": "yes",
            "images": []
        }
    }
]

如果你需要 notice_id,请在 go-cqhttp 仓库下提功能请求

好的,明白了