23 lines
524 B
Markdown
23 lines
524 B
Markdown
|
---
|
||
|
title: deleteFavoriteSticker
|
||
|
description: Removes a sticker from the list of favorite stickers
|
||
|
---
|
||
|
## Method: deleteFavoriteSticker
|
||
|
[Back to methods index](index.md)
|
||
|
|
||
|
|
||
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
||
|
|
||
|
|
||
|
Removes a sticker from the list of favorite stickers
|
||
|
|
||
|
### Params:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|sticker|[InputFile](../types/InputFile.md) | Yes|Sticker file to delete from the list|
|
||
|
|
||
|
|
||
|
### Return type: [Ok](../types/Ok.md)
|
||
|
|