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": "d1aa05b5-2394-446b-9fba-130c3f435ba2" }
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": "6042edd7-c153-4758-8fd7-c2c6b4e57a48", "StickerVisible": 3, "UserUUIDCur": "f4ece39d-e802-42e9-9ce5-362186eeb3e9" }, { "StickerID": 1, "StickerName": "sample string 2", "PhotoUUID": "6042edd7-c153-4758-8fd7-c2c6b4e57a48", "StickerVisible": 3, "UserUUIDCur": "f4ece39d-e802-42e9-9ce5-362186eeb3e9" } ]