Skip to main content
teams.listChannelReplies returns replies to a root channel message.

Example

automations/list-teams-replies.automation.ts

Inputs

listTeamsChannelMessageReplies requires team, channel, and the root messageId. Optional limit defaults to 100 and ranges from 1 to 10,000. Optional second argument { account } selects the Microsoft binding. Every action input also accepts a compatible signal.

Output

Returns TeamsChatMessage[]. Each reply normally has replyToId set to the root ID. Results follow Graph’s order and stop at the limit across pages.