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": "d38a78cc-1b57-4671-878f-af8050b797fe",
"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": "76c03f4d-9b42-49d2-9eb7-e4e253358bca",
"ChatUUID": "648ae2cc-785e-4226-816d-9e1c088466c8",
"ChatRoomUUID": "6fe1f000-3da7-4d5b-b51c-7a48c1f1999a",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "a47866c4-82d1-43bc-9a76-0dbb864327c8",
"GiftLeftTime": "2025-11-17T10:17:51.3293101+02: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": "b1841e84-7ac2-4763-b9c7-f598c978e1a5",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:17:51.3293101+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "8ea7c8a3-1f11-48ce-820b-8d68079394c7",
"i": 21,
"UserUUIDCur": "7580c99f-4077-4733-8290-1be8d3ee6d13"
},
{
"UserUUID": "76c03f4d-9b42-49d2-9eb7-e4e253358bca",
"ChatUUID": "648ae2cc-785e-4226-816d-9e1c088466c8",
"ChatRoomUUID": "6fe1f000-3da7-4d5b-b51c-7a48c1f1999a",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "a47866c4-82d1-43bc-9a76-0dbb864327c8",
"GiftLeftTime": "2025-11-17T10:17:51.3293101+02: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": "b1841e84-7ac2-4763-b9c7-f598c978e1a5",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:17:51.3293101+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "8ea7c8a3-1f11-48ce-820b-8d68079394c7",
"i": 21,
"UserUUIDCur": "7580c99f-4077-4733-8290-1be8d3ee6d13"
}
]