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

23 lines
600 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: deleteStickerFromSet
description: Bots only. Deletes a sticker from the set it belongs to. Sticker set should be created by the bot
---
## Method: deleteStickerFromSet
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Deletes a sticker from 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|
2017-08-25 15:05:53 +02:00
### Return type: [Ok](../types/Ok.md)