mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
20 lines
368 B
Markdown
20 lines
368 B
Markdown
|
---
|
||
|
title: messages_stickersNotModified
|
||
|
description: messages_stickersNotModified attributes, type and example
|
||
|
---
|
||
|
## Constructor: messages\_stickersNotModified
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages\_Stickers](../types/messages_Stickers.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_stickersNotModified = ['_' => 'messages_stickersNotModified', ];
|
||
|
```
|