POST api/AppChat/AppSaveChatRoomMute
AppSaveChatRoomMute
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": "8a57c7c1-13c1-4d70-83b9-bc830a9fe91e",
"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": "659c1769-4de2-4125-9b1f-7f45e172cf52",
"ChatUUID": "4cc24ec5-dd9a-48dc-a073-9060832aa564",
"ChatRoomUUID": "f8ece4cd-1259-4444-9651-c555bc8b2f23",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "2ba809c1-7be7-4a18-9eb7-2f41ae4f3a09",
"GiftLeftTime": "2026-05-06T15:45:11.6998028+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": "d650ce5b-94b5-4160-80e6-a78e6ade6769",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T15:45:11.6998028+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "7c76a8f3-809b-463d-8290-189ceb133599",
"i": 21,
"UserUUIDCur": "4765a5fa-a321-4070-8b85-3e16d9296538"
},
{
"UserUUID": "659c1769-4de2-4125-9b1f-7f45e172cf52",
"ChatUUID": "4cc24ec5-dd9a-48dc-a073-9060832aa564",
"ChatRoomUUID": "f8ece4cd-1259-4444-9651-c555bc8b2f23",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "2ba809c1-7be7-4a18-9eb7-2f41ae4f3a09",
"GiftLeftTime": "2026-05-06T15:45:11.6998028+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": "d650ce5b-94b5-4160-80e6-a78e6ade6769",
"ChatText": "sample string 19",
"EntryTime": "2026-05-06T15:45:11.6998028+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "7c76a8f3-809b-463d-8290-189ceb133599",
"i": 21,
"UserUUIDCur": "4765a5fa-a321-4070-8b85-3e16d9296538"
}
]