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": "6b086bb8-3951-48da-bcb6-f69aa49ecc06",
"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": "a4ae6d90-f7a5-442f-95c3-c811dbadacf6",
"ChatUUID": "acdab4f8-018e-4205-84dd-ea2bf21c2d37",
"ChatRoomUUID": "c4f6e376-7a57-4f7c-8bb6-965b2d34ed23",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "1fb260fe-5875-484b-8c29-a0123f005751",
"GiftLeftTime": "2025-11-17T10:17:54.5170072+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": "f569a893-ab07-46fc-b3fc-ec80fc791ed4",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:17:54.5170072+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "9c852767-092e-46c4-8484-dbbecbb3297c",
"i": 21,
"UserUUIDCur": "c949f9a8-be97-4935-bcc0-86bdce87de50"
},
{
"UserUUID": "a4ae6d90-f7a5-442f-95c3-c811dbadacf6",
"ChatUUID": "acdab4f8-018e-4205-84dd-ea2bf21c2d37",
"ChatRoomUUID": "c4f6e376-7a57-4f7c-8bb6-965b2d34ed23",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "1fb260fe-5875-484b-8c29-a0123f005751",
"GiftLeftTime": "2025-11-17T10:17:54.5170072+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": "f569a893-ab07-46fc-b3fc-ec80fc791ed4",
"ChatText": "sample string 19",
"EntryTime": "2025-11-17T10:17:54.5170072+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "9c852767-092e-46c4-8484-dbbecbb3297c",
"i": 21,
"UserUUIDCur": "c949f9a8-be97-4935-bcc0-86bdce87de50"
}
]