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