MadelineProtoDocs/docs/API_docs/constructors/updateReadFeaturedStickers.md
2024-05-01 14:53:46 +02:00

25 lines
495 B
Markdown

---
title: "updateReadFeaturedStickers"
description: "Some featured stickers were marked as read"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateReadFeaturedStickers
[Back to constructors index](/API_docs/constructors/index.html)
Some featured stickers were marked as read
### Type: [Update](/API_docs/types/Update.html)
### Example:
```
$updateReadFeaturedStickers = ['_' => 'updateReadFeaturedStickers'];
```