40 lines
624 B
Markdown
40 lines
624 B
Markdown
---
|
|
title: updateReadFeaturedStickers
|
|
description: Update read featured stickers
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: updateReadFeaturedStickers
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Update read featured stickers
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$updateReadFeaturedStickers = ['_' => 'updateReadFeaturedStickers'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "updateReadFeaturedStickers"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
updateReadFeaturedStickers={_='updateReadFeaturedStickers'}
|
|
|
|
```
|
|
|
|
|