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": "eedd1395-47ae-4a95-a171-0f8af02ef60e", "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": "4726c812-cc93-4ed5-97d9-974a88aab4c5", "ChatUUID": "fa2108ee-5b72-4219-9411-ed0a239b4048", "ChatRoomUUID": "52530984-069d-4a04-97f1-7497abf79263", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "215056c3-2bc1-44fb-9548-82bcfb0203d7", "GiftLeftTime": "2025-09-23T00:35:46.5431322+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": "e51fac3e-2131-4ad8-823d-2ca59b03ff3d", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:35:46.5431322+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "68488a3d-1e18-4601-b9bd-8edfa5ad01c4", "i": 21, "UserUUIDCur": "aeb17ac3-c755-43d2-ba20-489a6c148a61" }, { "UserUUID": "4726c812-cc93-4ed5-97d9-974a88aab4c5", "ChatUUID": "fa2108ee-5b72-4219-9411-ed0a239b4048", "ChatRoomUUID": "52530984-069d-4a04-97f1-7497abf79263", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "215056c3-2bc1-44fb-9548-82bcfb0203d7", "GiftLeftTime": "2025-09-23T00:35:46.5431322+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": "e51fac3e-2131-4ad8-823d-2ca59b03ff3d", "ChatText": "sample string 19", "EntryTime": "2025-09-23T00:35:46.5431322+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "68488a3d-1e18-4601-b9bd-8edfa5ad01c4", "i": 21, "UserUUIDCur": "aeb17ac3-c755-43d2-ba20-489a6c148a61" } ]