MadelineProto/old_docs/API_docs_v55/constructors/messages_featuredStickersNotModified.md

31 lines
548 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: messages.featuredStickersNotModified
description: messages_featuredStickersNotModified attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: messages.featuredStickersNotModified
[Back to constructors index](index.md)
### Type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$messages_featuredStickersNotModified = ['_' => 'messages.featuredStickersNotModified', ];
```
Or, if you're into Lua:
```
messages_featuredStickersNotModified={_='messages.featuredStickersNotModified', }
```