MadelineProto/old_docs/API_docs_v27/constructors/messages_stickersNotModified.md

35 lines
573 B
Markdown
Raw Normal View History

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