Replies: 1 comment
-
This is really needed. Get-PnPTeamsChannelMessages is useless without the ability to get the replies. Replies should be part the data set that is returned with this function. If not then a new command to retrieve the message by the Message ID that contains the replies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if there is a PnP command to get the replies to channel messages ?
I can get all messages using PnPTeamsChannelMessage but the replies are missing.
I cant find any command like PnPTeamsChannelMessageReply in the documentation.
If there is not, then, I propose there could be a new command to get the replies. Using the graph for reply :
https://docs.microsoft.com/en-us/graph/api/channel-get-messagereply?view=graph-rest-1.0&tabs=http
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions