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": "43c0e2b2-184f-4b58-ac43-64d0ce2ff282",
"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": "10a0118a-499c-46a4-b3f3-5d2d605902cc",
"ChatUUID": "e282de78-1ee1-49d4-8084-70ca27bd02ba",
"ChatRoomUUID": "829c168d-5288-4776-95fc-57e1d4df0f19",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "0bc6e0a8-35e8-456c-a4cc-9e260a72689c",
"GiftLeftTime": "2026-09-19T13:11:21.3197531+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": "a2cc53ab-e02a-4196-ab3b-a08fc032035f",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:11:21.3197531+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "76758436-c08c-45a7-aa4d-b2ee028bdcaf",
"i": 21,
"UserUUIDCur": "4c64a9e1-2f9e-43d9-ae90-707d7b9a5ffc"
},
{
"UserUUID": "10a0118a-499c-46a4-b3f3-5d2d605902cc",
"ChatUUID": "e282de78-1ee1-49d4-8084-70ca27bd02ba",
"ChatRoomUUID": "829c168d-5288-4776-95fc-57e1d4df0f19",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "0bc6e0a8-35e8-456c-a4cc-9e260a72689c",
"GiftLeftTime": "2026-09-19T13:11:21.3197531+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": "a2cc53ab-e02a-4196-ab3b-a08fc032035f",
"ChatText": "sample string 19",
"EntryTime": "2026-09-19T13:11:21.3197531+03:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "76758436-c08c-45a7-aa4d-b2ee028bdcaf",
"i": 21,
"UserUUIDCur": "4c64a9e1-2f9e-43d9-ae90-707d7b9a5ffc"
}
]