mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
26 lines
605 B
Markdown
26 lines
605 B
Markdown
|
---
|
||
|
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'];
|
||
|
```
|