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": "aa2cc913-afa6-442e-b7af-9f5a46dc6519",
"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": "cec7f76a-3dad-4ad9-b19a-480f11b7cb06",
"ChatUUID": "61273a57-7777-47b8-89f3-3a0c752390c5",
"ChatRoomUUID": "03cd3017-a6be-486f-96f3-8459657ec5bf",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "3fca652e-fbd5-470a-be71-f7830e2db2dd",
"GiftLeftTime": "2026-02-04T05:23:41.6275637+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": "90c3c916-8410-4e6a-8a22-99e753d3baad",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:23:41.6275637+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b81bf574-79c2-4bb8-bfa6-cfecb74c764d",
"i": 21,
"UserUUIDCur": "3a83abb7-2f24-4733-99f2-dba94683359f"
},
{
"UserUUID": "cec7f76a-3dad-4ad9-b19a-480f11b7cb06",
"ChatUUID": "61273a57-7777-47b8-89f3-3a0c752390c5",
"ChatRoomUUID": "03cd3017-a6be-486f-96f3-8459657ec5bf",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "3fca652e-fbd5-470a-be71-f7830e2db2dd",
"GiftLeftTime": "2026-02-04T05:23:41.6275637+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": "90c3c916-8410-4e6a-8a22-99e753d3baad",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:23:41.6275637+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "b81bf574-79c2-4bb8-bfa6-cfecb74c764d",
"i": 21,
"UserUUIDCur": "3a83abb7-2f24-4733-99f2-dba94683359f"
}
]