MadelineProtoDocs/old_docs/API_docs_v41/constructors/updateFavedStickers.md

34 lines
735 B
Markdown

---
title: updateFavedStickers
description: The list of favorited stickers was changed, the client should call [messages.getFavedStickers](../methods/messages.getFavedStickers.md) to refetch the new list
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateFavedStickers
[Back to constructors index](index.md)
The list of favorited stickers was changed, the client should call [messages.getFavedStickers](../methods/messages.getFavedStickers.md) to refetch the new list
### Type: [Update](../types/Update.md)
### Example:
```php
$updateFavedStickers = ['_' => 'updateFavedStickers'];
```
Or, if you're into Lua:
```lua
updateFavedStickers={_='updateFavedStickers'}
```