--- 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']; ``` Or, if you're into Lua: ```lua updateReadFeaturedStickers={_='updateReadFeaturedStickers'} ```