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": "85aeaceb-db8f-429b-a53e-3ac2922d8bf6" }
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": "71028a0e-e99b-4382-9e83-f6a5ff170ae3", "StickerVisible": 3, "UserUUIDCur": "f7a94037-5394-48a5-a0fb-cef3ad81175f" }, { "StickerID": 1, "StickerName": "sample string 2", "PhotoUUID": "71028a0e-e99b-4382-9e83-f6a5ff170ae3", "StickerVisible": 3, "UserUUIDCur": "f7a94037-5394-48a5-a0fb-cef3ad81175f" } ]