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": "3e52c9fb-1107-469c-99cb-a6702c7d2948", "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": "fe75a81b-536f-4917-89c4-7c60753fb6bd", "ChatUUID": "f417b49f-5861-4222-ae42-dab527730b88", "ChatRoomUUID": "124225a5-1475-45e7-ab15-3858340b814d", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "223b8108-3c70-4376-8887-74bab8536735", "GiftLeftTime": "2025-04-19T08:22:43.6638649+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": "8f6825e6-e1ea-4882-9077-31ee7be56aa1", "ChatText": "sample string 19", "EntryTime": "2025-04-19T08:22:43.6638649+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "41d24f8f-1363-428e-a329-5015f9fe5e8c", "i": 21, "UserUUIDCur": "3eddcec7-a686-41ea-99eb-3a5061981ed0" }, { "UserUUID": "fe75a81b-536f-4917-89c4-7c60753fb6bd", "ChatUUID": "f417b49f-5861-4222-ae42-dab527730b88", "ChatRoomUUID": "124225a5-1475-45e7-ab15-3858340b814d", "ChatDelivered": true, "ChatSeen": true, "LastActivityTimeChar": "sample string 4", "ChatFavorite": true, "ChatLikeQ": 6, "PhotoURI": "sample string 7", "ChatUnseenQ": 8, "ChatLike": true, "GiftUUID": "223b8108-3c70-4376-8887-74bab8536735", "GiftLeftTime": "2025-04-19T08:22:43.6638649+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": "8f6825e6-e1ea-4882-9077-31ee7be56aa1", "ChatText": "sample string 19", "EntryTime": "2025-04-19T08:22:43.6638649+03:00", "EntryTimeChar": "sample string 20", "LastChatUUID": "41d24f8f-1363-428e-a329-5015f9fe5e8c", "i": 21, "UserUUIDCur": "3eddcec7-a686-41ea-99eb-3a5061981ed0" } ]