Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ChannelData {{
  2. "channel": {
  3. "id": "19:5e4ce488280b467198400257473cfd4e@thread.skype"
  4. },
  5. "team": {
  6. "id": "19:7a81d1b1c0b24ac192de1c3d5cfd5618@thread.skype"
  7. },
  8. "tenant": {
  9. "id": "8c6ae172-a3ea-4f50-994d-a0256822697f"
  10. },
  11. "source": {
  12. "name": "compose"
  13. }
  14. }}
  15.  
  16. GraphServiceClient graphClient = new GraphServiceClient( authProvider );
  17.  
  18. var replies = await graphClient.Teams["303d2c1c-f1c5-40ce-b68e-544343d7f42b"].Channels["19:fec4b0f2825d4c8c82abc09027a64184@thread.skype"].Messages["1555375673184"].Replies
  19. .Request()
  20. .GetAsync();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement