POST api/AppChat/AppSaveChatRoomPined
AppSaveChatRoomPined
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatPinedName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
ChatRoomUUID | string |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "0c3bcd84-49d1-4b0c-8c19-a10cce395150", "ChatRoomUUID": "sample string 1", "DeviceID": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ApGetChatListName | 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": "157e8e3c-4e0d-412b-802b-20072b7d1846", "ChatUUID": "cb6150c4-d997-463c-9b3a-69e243b9c235", "ChatRoomUUID": "ea7b5dd6-bfd1-47d8-95f6-9f3bf675db96", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "d353552a-fb90-4d4c-8bd5-55a3bc8c7046", "GiftLeftTime": "2025-09-23T00:35:43.2770113+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": "be73dc7b-bbd3-49de-946c-e82cfa727668", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:35:43.2770113+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "6d7af64c-0782-49b9-9d8b-c5702e6b99f7", "i": 21, "UserUUIDCur": "51c60536-73ff-464c-96ed-dde1aae05356" }, { "UserUUID": "157e8e3c-4e0d-412b-802b-20072b7d1846", "ChatUUID": "cb6150c4-d997-463c-9b3a-69e243b9c235", "ChatRoomUUID": "ea7b5dd6-bfd1-47d8-95f6-9f3bf675db96", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "d353552a-fb90-4d4c-8bd5-55a3bc8c7046", "GiftLeftTime": "2025-09-23T00:35:43.2770113+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": "be73dc7b-bbd3-49de-946c-e82cfa727668", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:35:43.2770113+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "6d7af64c-0782-49b9-9d8b-c5702e6b99f7", "i": 21, "UserUUIDCur": "51c60536-73ff-464c-96ed-dde1aae05356" } ]