POST api/AppChat/AppSaveChatRoomMute
AppSaveChatRoomMute
Request Information
URI Parameters
None.
Body Parameters
AppSaveChatPinedName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
ChatRoomUUID | string |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "a429eb24-3d97-4953-b3e0-066c35b2fac2", "ChatRoomUUID": "sample string 1", "DeviceID": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ApGetChatListName | 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": "87b0285a-4a6e-4132-bd49-a797f158a26c", "ChatUUID": "f6b32557-4505-4ec4-bb24-c62a87cd1dcb", "ChatRoomUUID": "11f74c05-faca-4a31-9e3d-8f5779219ae5", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "b1e1f8fa-d8a5-4955-ba0f-ab16c3651661", "GiftLeftTime": "2025-07-27T11:28:46.6975471+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": "cf5a3326-8092-4d96-90b9-9a34e0c6e981", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:28:46.6975471+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "264c64f9-2db8-4db3-8ebe-46f939e0f16f", "i": 21, "UserUUIDCur": "0d5ac0e6-2efd-4fa6-9bdf-87520ec890d3" }, { "UserUUID": "87b0285a-4a6e-4132-bd49-a797f158a26c", "ChatUUID": "f6b32557-4505-4ec4-bb24-c62a87cd1dcb", "ChatRoomUUID": "11f74c05-faca-4a31-9e3d-8f5779219ae5", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "b1e1f8fa-d8a5-4955-ba0f-ab16c3651661", "GiftLeftTime": "2025-07-27T11:28:46.6975471+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": "cf5a3326-8092-4d96-90b9-9a34e0c6e981", "ChatText": "sample string 19", "EntryTime": "2025-07-27T11:28:46.6975471+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "264c64f9-2db8-4db3-8ebe-46f939e0f16f", "i": 21, "UserUUIDCur": "0d5ac0e6-2efd-4fa6-9bdf-87520ec890d3" } ]