The teams message reply list command uses a beta endpoint that is now in v1.0.
|
const endpoint: string = `${this.resource}/beta/teams/${args.options.teamId}/channels/${args.options.channelId}/messages/${args.options.messageId}/replies`; |
Get chatMessage in a channel or chat: https://docs.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-1.0&tabs=http#example-3-get-reply-to-a-message-in-a-channel
The
teams message reply listcommand uses abetaendpoint that is now inv1.0.cli-microsoft365/src/m365/teams/commands/message/message-reply-list.ts
Line 35 in 266fd8d
Get chatMessage in a channel or chat: https://docs.microsoft.com/en-us/graph/api/chatmessage-get?view=graph-rest-1.0&tabs=http#example-3-get-reply-to-a-message-in-a-channel