mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
25 lines
495 B
Markdown
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'];
|
|
```
|