Get channel message
get_channel_messageFetch a single channel message by ID to retrieve its full body and metadata. Use this to access specific message details in Microsoft Teams.
Instructions
Fetch a single channel message by id, with its full body and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team id (from list_teams) | |
| channel_id | Yes | Channel id (from list_channels) | |
| message_id | Yes | Message id (from list_channel_messages) |