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

35 lines
657 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
redirect_from: /API_docs/constructors/messages_stickersNotModified.html
---
# 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'}
```