mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 01:39:37 +01:00
20 lines
410 B
Markdown
20 lines
410 B
Markdown
|
---
|
||
|
title: messages_recentStickersNotModified
|
||
|
description: messages_recentStickersNotModified attributes, type and example
|
||
|
---
|
||
|
## Constructor: messages\_recentStickersNotModified
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_recentStickersNotModified = ['_' => 'messages_recentStickersNotModified', ];
|
||
|
```
|