Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Graph v1.0: teams message reply list #2509

Closed
garrytrinder opened this issue Jun 13, 2021 · 1 comment
Closed

Microsoft Graph v1.0: teams message reply list #2509

garrytrinder opened this issue Jun 13, 2021 · 1 comment

Comments

@garrytrinder
Copy link
Member

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

@ktskumar
Copy link
Contributor

Hi @garrytrinder, Please assign this to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants