MadelineProtoDocs/old_docs/API_docs_v25/constructors/messages.favedStickersNotModified.md
2020-06-16 17:50:25 +02:00

35 lines
682 B
Markdown

---
title: messages.favedStickersNotModified
description: No new favorited stickers were found
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/messages_favedStickersNotModified.html
---
# Constructor: messages.favedStickersNotModified
[Back to constructors index](index.md)
No new favorited stickers were found
### Type: [messages.FavedStickers](../types/messages.FavedStickers.md)
### Example:
```php
$messages.favedStickersNotModified = ['_' => 'messages.favedStickersNotModified'];
```
Or, if you're into Lua:
```lua
messages.favedStickersNotModified={_='messages.favedStickersNotModified'}
```