mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
26 lines
630 B
Markdown
26 lines
630 B
Markdown
---
|
|
title: "messages.allStickersNotModified"
|
|
description: "Info about all installed stickers hasn't changed"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/messages_allStickersNotModified.html
|
|
---
|
|
# Constructor: messages.allStickersNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Info about all installed stickers hasn't changed
|
|
|
|
|
|
|
|
|
|
### Type: [messages.AllStickers](/API_docs/types/messages.AllStickers.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_allStickersNotModified = ['_' => 'messages.allStickersNotModified'];
|
|
```
|