Latest stories

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:
https://api.pantel.me/a/set_sticker_album_priority?sticker_album_id=1&sticker_album_priority=1
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}