POST api/AppChat/AppGetChatSticker
AppGetChatSticker
Request Information
URI Parameters
None.
Body Parameters
AppGetChatStickerName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "bd35a032-6853-458b-a76f-8a2fc63e9442" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetChatSticker_ResponseName | Description | Type | Additional information |
---|---|---|---|
StickerID | integer |
None. |
|
StickerName | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
StickerVisible | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "StickerID": 1, "StickerName": "sample string 2", "PhotoUUID": "c3e881e0-bfa1-4d79-a2a2-1fe77c1c0037", "StickerVisible": 3, "UserUUIDCur": "eb3a1198-8d4b-4468-8703-8034a660659a" }, { "StickerID": 1, "StickerName": "sample string 2", "PhotoUUID": "c3e881e0-bfa1-4d79-a2a2-1fe77c1c0037", "StickerVisible": 3, "UserUUIDCur": "eb3a1198-8d4b-4468-8703-8034a660659a" } ]