24 lines
603 B
Markdown
24 lines
603 B
Markdown
---
|
|
title: deleteFavoriteSticker
|
|
description: Removes a sticker from the list of favorite stickers
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: deleteFavoriteSticker
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Removes a sticker from the list of favorite stickers
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|sticker|[InputFile](../types/InputFile.md) | Sticker file to delete from the list | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|