Advertisement
sylpphhh

Chat API: Conversations

Nov 14th, 2022
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.95 KB | None | 0 0
  1. {
  2.     "id": 6,
  3.     "authorId": 5,
  4.     "conversationSid": "CHf32f8bda70424baf9e7df204c33b4331",
  5.     "chatServiceSid": "IS02c184df3eb64ebaac24b1464610cc94",
  6.     "name": "null",
  7.     "participantsCount": 2,
  8.     "theme": null,
  9.     "photo": null,
  10.     "lastMessageIndex": 0,
  11.     "isNameChanged": false,
  12.     "createdOn": "2022-11-14T06:32:58.000Z",
  13.     "updatedOn": "2022-11-14T06:33:01.000Z",
  14.     "participants": [
  15.         {
  16.             "id": 14,
  17.             "userId": 5,
  18.             "roleId": 1,
  19.             "conversationId": 6,
  20.             "createdOn": "2022-11-14T06:32:58.000Z",
  21.             "updatedOn": "2022-11-14T06:32:58.000Z",
  22.             "user": {
  23.                 "id": 5,
  24.                 "userId": "46",
  25.                 "fullName": null,
  26.                 "status": 1,
  27.                 "unsendDelay": 2,
  28.                 "isUnsendActive": true
  29.             }
  30.         },
  31.         {
  32.             "id": 15,
  33.             "userId": 6,
  34.             "roleId": 1,
  35.             "conversationId": 6,
  36.             "createdOn": "2022-11-14T06:32:58.000Z",
  37.             "updatedOn": "2022-11-14T06:32:58.000Z",
  38.             "user": {
  39.                 "id": 6,
  40.                 "userId": "194",
  41.                 "fullName": "Matthew Dev",
  42.                 "status": 1,
  43.                 "unsendDelay": 2,
  44.                 "isUnsendActive": true
  45.             }
  46.         }
  47.     ],
  48.     "settings": [
  49.         {
  50.             "id": 14,
  51.             "userId": 5,
  52.             "conversationId": 6,
  53.             "isArchived": false,
  54.             "isHidden": false,
  55.             "isIgnored": false,
  56.             "isFavorite": false
  57.         }
  58.     ],
  59.     "lastMessage": {
  60.         "id": "IMcdde051d42c74863ae50169039a8ccc9",
  61.         "index": 0,
  62.         "author": "14",
  63.         "body": "Hi!",
  64.         "attachment": null,
  65.         "createdOn": "2022-11-14T06:33:01.000Z",
  66.         "updatedOn": "2022-11-14T06:33:01.000Z",
  67.         "reactions": [],
  68.         "forwardedData": {}
  69.     }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement