---
title: "POST /setStickerPositionInSet"
method: POST
path: "/setStickerPositionInSet"
---

# POST /setStickerPositionInSet

`POST /setStickerPositionInSet`

Use this method to move a sticker in a set created by the bot to a specific position. Returns *True* on success.

## Request body

- object
  - `sticker` string, required — File identifier of the sticker
  - `position` integer, required — New sticker position in the set, zero-based

## Response `200`

- object
  - `ok` boolean, required
  - `result` boolean, required

## Other responses

- `default`

---

[API](https://skmtc.net/stoplight/apis/telegram-bot-api.md) · [All operations](https://skmtc.net/stoplight/apis/telegram-bot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stoplight/telegram-bot-api/versions/be4bbb34b64a/schema)
