MadelineProto/old_docs/API_docs_v55/constructors/updateReadFeaturedStickers.md

35 lines
536 B
Markdown
Raw Normal View History

---
title: updateReadFeaturedStickers
description: updateReadFeaturedStickers attributes, type and example
---
## Constructor: updateReadFeaturedStickers
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [Update](../types/Update.md)
### Example:
```
$updateReadFeaturedStickers = ['_' => 'updateReadFeaturedStickers', ];
```
Or, if you're into Lua:
```
updateReadFeaturedStickers={_='updateReadFeaturedStickers', }
```