39 lines
735 B
Markdown
39 lines
735 B
Markdown
|
---
|
||
|
title: messages.foundStickerSetsNotModified
|
||
|
description: messages_foundStickerSetsNotModified attributes, type and example
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: messages.foundStickerSetsNotModified
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages\_FoundStickerSets](../types/messages_FoundStickerSets.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_foundStickerSetsNotModified = ['_' => 'messages.foundStickerSetsNotModified'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "messages.foundStickerSetsNotModified"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messages_foundStickerSetsNotModified={_='messages.foundStickerSetsNotModified'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|