38 lines
543 B
Markdown
38 lines
543 B
Markdown
|
---
|
||
|
title: updateReadFeaturedStickers
|
||
|
description: updateReadFeaturedStickers attributes, type and example
|
||
|
---
|
||
|
## Constructor: updateReadFeaturedStickers
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$updateReadFeaturedStickers = ['_' => 'updateReadFeaturedStickers'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "updateReadFeaturedStickers"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
updateReadFeaturedStickers={_='updateReadFeaturedStickers'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|