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": "f4fe903d-01b7-4d92-9310-f7db8c0e3b1e",
"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": "813ebd16-2601-4907-a221-526c0e6e52a7",
"ChatUUID": "957eb5a4-3420-41c0-afb8-156c3f15dd82",
"ChatRoomUUID": "edb6266f-3456-4af0-acd3-f46e4d8652ff",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "85ad6322-86bd-43f7-9dea-af5fd1716c3d",
"GiftLeftTime": "2026-08-05T03:59:50.6110615+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": "ed1d4804-ded4-44c7-b572-7dc5d490b8c0",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:59:50.6110615+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "ac553ed1-8ff1-4289-8190-13ab5750febe",
"i": 21,
"UserUUIDCur": "9f5e4a19-8480-4ecf-8a08-fdf1ee6d0663"
},
{
"UserUUID": "813ebd16-2601-4907-a221-526c0e6e52a7",
"ChatUUID": "957eb5a4-3420-41c0-afb8-156c3f15dd82",
"ChatRoomUUID": "edb6266f-3456-4af0-acd3-f46e4d8652ff",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "85ad6322-86bd-43f7-9dea-af5fd1716c3d",
"GiftLeftTime": "2026-08-05T03:59:50.6110615+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": "ed1d4804-ded4-44c7-b572-7dc5d490b8c0",
"ChatText": "sample string 19",
"EntryTime": "2026-08-05T03:59:50.6110615+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "ac553ed1-8ff1-4289-8190-13ab5750febe",
"i": 21,
"UserUUIDCur": "9f5e4a19-8480-4ecf-8a08-fdf1ee6d0663"
}
]