mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 16:07:25 +01:00
35 lines
627 B
Markdown
35 lines
627 B
Markdown
---
|
|
title: messages.recentStickersNotModified
|
|
description: messages_recentStickersNotModified attributes, type and example
|
|
---
|
|
## Constructor: messages.recentStickersNotModified
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|
|
|
|
|
|
### Type: [messages\_RecentStickers](../types/messages_RecentStickers.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_recentStickersNotModified = ['_' => 'messages.recentStickersNotModified', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
messages_recentStickersNotModified={_='messages.recentStickersNotModified', }
|
|
|
|
```
|
|
|
|
|