get_channel_message_replies
Retrieve all replies to a specific message in a Microsoft Teams channel, including reply content, sender details, and timestamps for threaded conversations.
Instructions
Get all replies to a specific message in a channel. Returns reply content, sender information, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID | |
| channelId | Yes | Channel ID | |
| messageId | Yes | Message ID to get replies for | |
| limit | No | Number of replies to retrieve (default: 20) |