--- 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 | Required | Description | |----------|---------------|----------|-------------| |sticker|[InputFile](../types/InputFile.md) | Yes|Sticker file to delete from the list| ### Return type: [Ok](../types/Ok.md)