mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
22 lines
427 B
Markdown
22 lines
427 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', ];
|
|
```
|
|
|