MadelineProtoDocs/docs/API_docs/constructors/messages.stickersNotModified.md

26 lines
605 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "messages.stickersNotModified"
description: "No new stickers were found for the given query"
nav_exclude: true
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](/API_docs/constructors/index.html)
No new stickers were found for the given query
### Type: [messages.Stickers](/API_docs/types/messages.Stickers.html)
### Example:
```
$messages_stickersNotModified = ['_' => 'messages.stickersNotModified'];
```