set_sticker_album_priority
- Inputs
{
"sticker_album_id": "integer: id of sticker album",
"sticker_album_priority": "integer min 0 and max 32766: priority of sticker album"
}
- Errors
{
"invalid_album_id": "album id not found",
"must_login": "user must be login",
"sticker_album_priority": [
{
"min value is 0": "minimum valid value is 0"
},
{
"max value is 32766": "maximum valid value is 32766"
}
]
}
- Extra Description
User can set priority to marked sticker albums in order to show based on that priority
- Sample
- Url:
- Output:
{
"status": "success",
"time": 1526966340.437936
}