mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 05:16:55 +01:00
20 lines
423 B
Markdown
20 lines
423 B
Markdown
---
|
|
title: messages_featuredStickersNotModified
|
|
description: messages_featuredStickersNotModified attributes, type and example
|
|
---
|
|
## Constructor: messages\_featuredStickersNotModified
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_featuredStickersNotModified = ['_' => messages_featuredStickersNotModified', ];
|
|
``` |