MadelineProtoDocs/old_docs/API_docs_v34/constructors/updateFavedStickers.md

34 lines
735 B
Markdown
Raw Permalink Normal View History

2020-06-16 17:50:25 +02:00
---
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'}
```