MadelineProto/docs/TD_docs/methods/addFavoriteSticker.md

23 lines
889 B
Markdown
Raw Normal View History

2017-12-21 21:08:25 +01:00
---
title: addFavoriteSticker
description: Adds new sticker to the list of favorite stickers. New sticker is added to the beginning of the list. If the sticker is already in the list, at first it is removed from the list. Only stickers belonging to a sticker set can be added to the list
---
## Method: addFavoriteSticker
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Adds new sticker to the list of favorite stickers. New sticker is added to the beginning of the list. If the sticker is already in the list, at first it is removed from the list. Only stickers belonging to a sticker set can be added to the list
### Parameters:
2017-12-21 21:08:25 +01:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|sticker|[InputFile](../types/InputFile.md) | Yes|Sticker file to add|
### Return type: [Ok](../types/Ok.md)