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": "8321e944-ca05-4868-bee2-9dcb9b5c4be7",
"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": "8934e75c-4351-4327-b1d2-0ec0864b1b41",
"ChatUUID": "f157e5e7-61d7-431a-b09f-ace5cc2c5194",
"ChatRoomUUID": "b889e2f5-1848-423a-ba80-b7e766f68eaf",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "f7952279-b6d4-48cf-a920-a2da195eff3c",
"GiftLeftTime": "2026-02-04T05:22:38.5198426+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": "6cd037c1-b051-48fb-bfaf-a99a417580fa",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:22:38.5198426+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "d9e40e0a-4bc8-428a-9e3a-a222dc955d5c",
"i": 21,
"UserUUIDCur": "0ee0af61-cd9b-4f73-9357-f25fa22bdc86"
},
{
"UserUUID": "8934e75c-4351-4327-b1d2-0ec0864b1b41",
"ChatUUID": "f157e5e7-61d7-431a-b09f-ace5cc2c5194",
"ChatRoomUUID": "b889e2f5-1848-423a-ba80-b7e766f68eaf",
"ChatDelivered": true,
"ChatSeen": true,
"LastActivityTimeChar": "sample string 4",
"ChatFavorite": true,
"ChatLikeQ": 6,
"PhotoURI": "sample string 7",
"ChatUnseenQ": 8,
"ChatLike": true,
"GiftUUID": "f7952279-b6d4-48cf-a920-a2da195eff3c",
"GiftLeftTime": "2026-02-04T05:22:38.5198426+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": "6cd037c1-b051-48fb-bfaf-a99a417580fa",
"ChatText": "sample string 19",
"EntryTime": "2026-02-04T05:22:38.5198426+02:00",
"EntryTimeChar": "sample string 20",
"LastChatUUID": "d9e40e0a-4bc8-428a-9e3a-a222dc955d5c",
"i": 21,
"UserUUIDCur": "0ee0af61-cd9b-4f73-9357-f25fa22bdc86"
}
]