POST api/AppChat/AppSaveChatRoomUser
AppSaveChatRoomUser
Request Information
URI Parameters
None.
Body Parameters
SaveChatRoomUser_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
|
| UserUUIDList | string |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "74a29a92-0265-41e5-be98-2434ee13f234",
"DeviceID": "sample string 1",
"UserUUIDList": "sample string 2",
"ChatRoomUUID": "063ba792-365c-447b-9635-6565ff57d122"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ApGetChatList| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| ChatRoomUUID | globally unique identifier |
None. |
|
| ChatDelivered | boolean |
None. |
|
| ChatSeen | boolean |
None. |
|
| LastActivityTimeChar | string |
None. |
|
| ChatFavorite | boolean |
None. |
|
| ChatLikeQ | integer |
None. |
|
| PhotoURI | string |
None. |
|
| ChatUnseenQ | integer |
None. |
|
| ChatLike | boolean |
None. |
|
| GiftUUID | globally unique identifier |
None. |
|
| GiftLeftTime | date |
None. |
|
| GiftVisible | boolean |
None. |
|
| ChatSystem | boolean |
None. |
|
| Mute | boolean |
None. |
|
| Pined | boolean |
None. |
|
| GiftPackName | string |
None. |
|
| GiftPackReason | string |
None. |
|
| AvatarName | string |
None. |
|
| ChatRoomName | string |
None. |
|
| ChatCommand | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| ChatText | string |
None. |
|
| EntryTime | date |
None. |
|
| EntryTimeChar | string |
None. |
|
| LastChatUUID | globally unique identifier |
None. |
|
| i | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserUUID": "73f2c1aa-cc17-4c5f-895b-1fb5df453ec3",
"ChatUUID": "4b10f869-1f10-4ef9-8d32-87932f708e0f",
"ChatRoomUUID": "0eb4f394-4faf-414f-af35-f9fca29a4d0e",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "a4ab8266-a15f-46f8-ac41-064deaf4d33e",
"GiftLeftTime": "2026-08-05T03:56:31.9293785+03:00",
"GiftVisible": true,
"ChatSystem": true,
"Mute": true,
"Pined": true,
"GiftPackName": "sample string 14",
"GiftPackReason": "sample string 15",
"AvatarName": "sample string 16",
"ChatRoomName": "sample string 17",
"ChatCommand": "sample string 18",
"PhotoUUID": "b9f2c09d-6547-49f5-ae09-dd67e6995ed0",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:56:31.9293785+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "1818b862-548e-48ea-8c5b-055525ee9956",
"i": 21,
"UserUUIDCur": "2fdc2096-b59d-4c16-95e4-8401e26ab3d6"
},
{
"UserUUID": "73f2c1aa-cc17-4c5f-895b-1fb5df453ec3",
"ChatUUID": "4b10f869-1f10-4ef9-8d32-87932f708e0f",
"ChatRoomUUID": "0eb4f394-4faf-414f-af35-f9fca29a4d0e",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "a4ab8266-a15f-46f8-ac41-064deaf4d33e",
"GiftLeftTime": "2026-08-05T03:56:31.9293785+03:00",
"GiftVisible": true,
"ChatSystem": true,
"Mute": true,
"Pined": true,
"GiftPackName": "sample string 14",
"GiftPackReason": "sample string 15",
"AvatarName": "sample string 16",
"ChatRoomName": "sample string 17",
"ChatCommand": "sample string 18",
"PhotoUUID": "b9f2c09d-6547-49f5-ae09-dd67e6995ed0",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:56:31.9293785+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "1818b862-548e-48ea-8c5b-055525ee9956",
"i": 21,
"UserUUIDCur": "2fdc2096-b59d-4c16-95e4-8401e26ab3d6"
}
]