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": "753789b6-c43b-4096-a504-daf898bcab2c",
"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": "d7530565-f812-4857-a11a-e9b2a10cc199",
"ChatUUID": "cb95ce01-62e9-4cf1-9714-67573dcf779b",
"ChatRoomUUID": "ee13a981-bc61-48a6-b03d-93a60b402abc",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "f12c8bdf-94b8-4f34-a063-9ae7d3860f3b",
"GiftLeftTime": "2026-09-19T13:12:26.6017664+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": "e7040f09-0ec8-40f1-80ca-9139ae2094b1",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:12:26.6017664+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "45719f80-6fe4-4195-b2e7-af7d3bae49f6",
"i": 21,
"UserUUIDCur": "64a63d5d-9212-4e4a-9d29-5dc3396c5436"
},
{
"UserUUID": "d7530565-f812-4857-a11a-e9b2a10cc199",
"ChatUUID": "cb95ce01-62e9-4cf1-9714-67573dcf779b",
"ChatRoomUUID": "ee13a981-bc61-48a6-b03d-93a60b402abc",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "f12c8bdf-94b8-4f34-a063-9ae7d3860f3b",
"GiftLeftTime": "2026-09-19T13:12:26.6017664+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": "e7040f09-0ec8-40f1-80ca-9139ae2094b1",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:12:26.6017664+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "45719f80-6fe4-4195-b2e7-af7d3bae49f6",
"i": 21,
"UserUUIDCur": "64a63d5d-9212-4e4a-9d29-5dc3396c5436"
}
]