listChannelMessageReplies reads the replies belonging to a root channel
message.
Example
automations/list-teams-replies.automation.ts
Inputs
team, channel, and root messageId are required. Optional limit defaults
to 100 and ranges from 1 to 10,000. Optional account selects the Microsoft
binding. Every action input also accepts a compatible signal.
Output
ReturnsTeamsChatMessage[]. Each reply normally has replyToId identifying the
root, along with the complete normalized message shape. Results follow Graph’s
collection order and stop when the requested cross-page limit is reached.