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": "e4c02d5f-1b55-4555-be25-6719c52e19fa", "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": "44467a71-a800-497a-8cdd-79061bae6ac2", "ChatUUID": "d01cf914-9686-43c5-a276-1b7c94cad4f0", "ChatRoomUUID": "201ae5c2-027a-4de9-8d0b-82a4ce366cb1", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "a0f11ed6-0683-48ed-b43d-89fb65f42be3", "GiftLeftTime": "2025-04-19T08:43:02.2547973+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": "5cf710f5-0cdc-4c35-b5a3-478386e1b00f", "ChatText": "sample string 19", "EntryTime": "2025-04-19T08:43:02.2547973+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "4f915671-4164-4b15-9e3b-4ae409b4c79d", "i": 21, "UserUUIDCur": "d7f552cc-7b37-42fc-aa06-32fe855f7304" }, { "UserUUID": "44467a71-a800-497a-8cdd-79061bae6ac2", "ChatUUID": "d01cf914-9686-43c5-a276-1b7c94cad4f0", "ChatRoomUUID": "201ae5c2-027a-4de9-8d0b-82a4ce366cb1", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "a0f11ed6-0683-48ed-b43d-89fb65f42be3", "GiftLeftTime": "2025-04-19T08:43:02.2547973+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": "5cf710f5-0cdc-4c35-b5a3-478386e1b00f", "ChatText": "sample string 19", "EntryTime": "2025-04-19T08:43:02.2547973+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "4f915671-4164-4b15-9e3b-4ae409b4c79d", "i": 21, "UserUUIDCur": "d7f552cc-7b37-42fc-aa06-32fe855f7304" } ]