1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:06:55 +01:00
MadelineProto/docs/TD_docs/methods/setStickerPositionInSet.md

24 lines
719 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: setStickerPositionInSet
description: Bots only. Changes position of a sticker in the set it belongs to. Sticker set should be created by the bot
---
## Method: setStickerPositionInSet
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Changes position of a sticker in the set it belongs to. Sticker set should be created by the bot
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|The sticker|
|position|[CLICK ME int](../types/int.md) | Yes|New sticker position in the set, zero-based|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)