MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_stickersNotModified.md
2019-12-27 17:48:04 +01:00

34 lines
586 B
Markdown

---
title: messages.stickersNotModified
description: No new stickers were found for the given query
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: messages.stickersNotModified
[Back to constructors index](index.md)
No new stickers were found for the given query
### Type: [messages\_Stickers](../types/messages_Stickers.md)
### Example:
```php
$messages_stickersNotModified = ['_' => 'messages.stickersNotModified'];
```
Or, if you're into Lua:
```lua
messages_stickersNotModified={_='messages.stickersNotModified'}
```