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

26 lines
585 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "messages.stickerSetNotModified"
description: "The stickerset hasn't changed"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/messages_stickerSetNotModified.html
---
# Constructor: messages.stickerSetNotModified
[Back to constructors index](/API_docs/constructors/index.html)
The stickerset hasn't changed
### Type: [messages.StickerSet](/API_docs/types/messages.StickerSet.html)
### Example:
```
$messages_stickerSetNotModified = ['_' => 'messages.stickerSetNotModified'];
```