Advertisement
sylpphhh

Chat API: Participant Object

Dec 6th, 2022
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.62 KB | None | 0 0
  1. {
  2.     "id": 12,
  3.     "userId": 5,
  4.     "roleId": 1,
  5.     "conversationId": 5,
  6.     "createdAt": "2022-12-05T02:55:50.000Z",
  7.     "updatedAt": "2022-12-05T02:55:50.000Z",
  8.     "role": {
  9.         "id": 1,
  10.         "name": "admin"
  11.     },
  12.     "user": {
  13.         "id": 5,
  14.         "userId": "27",
  15.         "fullName": "Matt Dev",
  16.         "status": 1,
  17.         "unsendDelay": 2,
  18.         "isUnsendActive": true
  19.     },
  20.     "messageReadReceipt": {
  21.         "id": 12,
  22.         "participantId": 12,
  23.         "messageIndex": 0,
  24.         "createdAt": "2022-12-05T02:55:50.000Z",
  25.         "updatedAt": "2022-12-05T02:55:53.000Z"
  26.     }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement