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": "9c38f4c2-fe00-49e8-bdc1-cec134b7f39b",
"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": "bc166ed4-65af-41bf-9584-c92d85ca6a01",
"ChatUUID": "fc15ef06-423b-45b1-aa53-0b600fe8eeca",
"ChatRoomUUID": "5b1b395a-4749-4a03-80e1-282bdea0141c",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "2c26bb7e-b751-46ad-8604-2980a3755da6",
"GiftLeftTime": "2026-03-21T14:26:44.6024238+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": "4cda9c36-1f1d-4490-899a-3d010166dbb1",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T14:26:44.6024238+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "667a5684-8c95-41bb-933e-e2b7c35b4bde",
"i": 21,
"UserUUIDCur": "15424cd6-8ab5-43fc-b160-f1374c427881"
},
{
"UserUUID": "bc166ed4-65af-41bf-9584-c92d85ca6a01",
"ChatUUID": "fc15ef06-423b-45b1-aa53-0b600fe8eeca",
"ChatRoomUUID": "5b1b395a-4749-4a03-80e1-282bdea0141c",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "2c26bb7e-b751-46ad-8604-2980a3755da6",
"GiftLeftTime": "2026-03-21T14:26:44.6024238+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": "4cda9c36-1f1d-4490-899a-3d010166dbb1",
"ChatText": "sample string 19",
"EntryTime": "2026-03-21T14:26:44.6024238+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "667a5684-8c95-41bb-933e-e2b7c35b4bde",
"i": 21,
"UserUUIDCur": "15424cd6-8ab5-43fc-b160-f1374c427881"
}
]