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": "61490741-224e-47eb-99b5-6b749559befd",
"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": "bba3bd70-2a1e-48f8-b2df-e9f745deadfc",
"ChatUUID": "88c1712c-3c11-43ed-85fc-710864d0ab14",
"ChatRoomUUID": "476cc9ba-4fdc-46e0-8ea9-a99d19a9773f",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "10020a60-8865-444d-ba8b-baea0f3c6cd5",
"GiftLeftTime": "2026-05-06T12:26:03.5519866+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": "a27ea768-d1ad-4760-8adb-780620c7fa29",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T12:26:03.5519866+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "945f2e8a-45c2-4237-9472-3ace9913aab8",
"i": 21,
"UserUUIDCur": "853a4230-891d-4658-b74c-48fbf5a916d8"
},
{
"UserUUID": "bba3bd70-2a1e-48f8-b2df-e9f745deadfc",
"ChatUUID": "88c1712c-3c11-43ed-85fc-710864d0ab14",
"ChatRoomUUID": "476cc9ba-4fdc-46e0-8ea9-a99d19a9773f",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "10020a60-8865-444d-ba8b-baea0f3c6cd5",
"GiftLeftTime": "2026-05-06T12:26:03.5519866+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": "a27ea768-d1ad-4760-8adb-780620c7fa29",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T12:26:03.5519866+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "945f2e8a-45c2-4237-9472-3ace9913aab8",
"i": 21,
"UserUUIDCur": "853a4230-891d-4658-b74c-48fbf5a916d8"
}
]