dingtalk_chat_message_list_mentions
Retrieve DingTalk chat messages where you are @mentioned. Specify start and end times, optionally restrict to a group and limit results.
Instructions
获取当前用户被 @ 的消息列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | 结束时间,ISO-8601(必填) | |
| limit | No | 返回数量,默认 50 | |
| start | Yes | 开始时间,ISO-8601(必填) | |
| group_id | No | 限定群聊(可选) |