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": "ded583ae-935d-4b2d-b2c6-14b4fdde98de", "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": "aa0506bb-e53c-468a-94c7-27bc48f47fc0", "ChatUUID": "f433e30d-f296-49fc-9d05-aaa898ec9c74", "ChatRoomUUID": "d94d790a-eb4a-4587-92c2-acf94c34cc14", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "1e55362a-d356-4fc5-a9bd-5e96404bfaa6", "GiftLeftTime": "2025-07-27T11:31:12.9343029+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": "1aef93c2-ca77-43fb-870b-bed2fedb71ea", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:31:12.9343029+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "9e3f249b-070e-4b67-b90a-5e873dd48412", "i": 21, "UserUUIDCur": "2b0bf96c-0e12-4634-94ce-e99ffac4d116" }, { "UserUUID": "aa0506bb-e53c-468a-94c7-27bc48f47fc0", "ChatUUID": "f433e30d-f296-49fc-9d05-aaa898ec9c74", "ChatRoomUUID": "d94d790a-eb4a-4587-92c2-acf94c34cc14", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "1e55362a-d356-4fc5-a9bd-5e96404bfaa6", "GiftLeftTime": "2025-07-27T11:31:12.9343029+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": "1aef93c2-ca77-43fb-870b-bed2fedb71ea", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:31:12.9343029+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "9e3f249b-070e-4b67-b90a-5e873dd48412", "i": 21, "UserUUIDCur": "2b0bf96c-0e12-4634-94ce-e99ffac4d116" } ]