POST api/AppChat/AppSaveChatRoomPined
AppSaveChatRoomPined
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatPined| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| ChatRoomUUID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "8dbd1f46-1c2d-4537-a17a-b67e9c082f18",
"ChatRoomUUID": "sample string 1",
"DeviceID": "sample string 2"
}
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": "db46acb7-1f5c-4941-b364-54890d8cca9e",
"ChatUUID": "ce3b9718-059a-459a-9f68-066c9d3fbe40",
"ChatRoomUUID": "8ca64dd6-4ad8-4b97-85f9-6034402e231e",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "09c5e5f0-2196-46ad-bf66-b5082058f7b4",
"GiftLeftTime": "2026-08-05T04:02:18.491534+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": "6cb41f1d-79d9-460c-8cf8-f83120101f5a",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T04:02:18.491534+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b5056c41-f9b0-4d31-9677-6ab14a65776f",
"i": 21,
"UserUUIDCur": "b74229a0-4a74-4140-bced-689034c133ec"
},
{
"UserUUID": "db46acb7-1f5c-4941-b364-54890d8cca9e",
"ChatUUID": "ce3b9718-059a-459a-9f68-066c9d3fbe40",
"ChatRoomUUID": "8ca64dd6-4ad8-4b97-85f9-6034402e231e",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "09c5e5f0-2196-46ad-bf66-b5082058f7b4",
"GiftLeftTime": "2026-08-05T04:02:18.491534+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": "6cb41f1d-79d9-460c-8cf8-f83120101f5a",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T04:02:18.491534+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b5056c41-f9b0-4d31-9677-6ab14a65776f",
"i": 21,
"UserUUIDCur": "b74229a0-4a74-4140-bced-689034c133ec"
}
]