mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
26 lines
627 B
Markdown
26 lines
627 B
Markdown
|
---
|
||
|
title: "messages.foundStickerSetsNotModified"
|
||
|
description: "No further results were found"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/messages_foundStickerSetsNotModified.html
|
||
|
---
|
||
|
# Constructor: messages.foundStickerSetsNotModified
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
No further results were found
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages.FoundStickerSets](/API_docs/types/messages.FoundStickerSets.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_foundStickerSetsNotModified = ['_' => 'messages.foundStickerSetsNotModified'];
|
||
|
```
|