dingtalk_chat_message_list
Retrieve recent messages from a DingTalk group chat by providing its openConversationId. Specify the number of messages to fetch (default 50) to get the latest chat history.
Instructions
拉取指定群聊的最近消息记录(仅支持群聊,单聊请用 list-direct)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 消息数量,默认 50 | |
| group_id | Yes | 群聊 openConversationId(必填) |