Reply To Teams Channel Message
teams_reply_channel_messagePost a reply to a Microsoft Teams channel message as the signed-in user, enabling participation in the channel thread without leaving the chat context.
Instructions
Reply to a Teams channel message as the signed-in user. Requires delegated ChannelMessage.Send. Chinese intents / 中文意图: 回复Teams频道消息, 回复频道线程, 在频道消息下回复.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Teams team ID. | |
| content | Yes | Reply content. | |
| channelId | Yes | Teams channel ID. | |
| messageId | Yes | Channel message ID. | |
| contentIsHtml | No | Whether the content is HTML. Defaults to false. |