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": "3001669a-cf40-48f7-aa37-10e2d595c2cf", "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": "4a14d184-3510-438c-8d16-1400e8189486", "ChatUUID": "36ae40be-b68a-46ba-9be4-5afa872a795a", "ChatRoomUUID": "7c7c5d25-44a6-4f19-a6b3-5875d8b578e0", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "940788f1-6faa-4772-9bf6-15072241d486", "GiftLeftTime": "2025-06-07T21:47:20.0538558+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": "c18ea88b-7c32-4aa8-af0b-baaf1cf7a54d", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:47:20.0538558+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "e213b0b7-e5cf-4541-a6c9-7cfe1dfc4e81", "i": 21, "UserUUIDCur": "681ac9df-6284-4fc2-bd6a-6983ece03e38" }, { "UserUUID": "4a14d184-3510-438c-8d16-1400e8189486", "ChatUUID": "36ae40be-b68a-46ba-9be4-5afa872a795a", "ChatRoomUUID": "7c7c5d25-44a6-4f19-a6b3-5875d8b578e0", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "940788f1-6faa-4772-9bf6-15072241d486", "GiftLeftTime": "2025-06-07T21:47:20.0538558+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": "c18ea88b-7c32-4aa8-af0b-baaf1cf7a54d", "ChatText": "sample string 19", "EntryTime": "2025-06-07T21:47:20.0538558+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "e213b0b7-e5cf-4541-a6c9-7cfe1dfc4e81", "i": 21, "UserUUIDCur": "681ac9df-6284-4fc2-bd6a-6983ece03e38" } ]