--- title: updateStickerSets description: Update sticker sets image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: updateStickerSets [Back to constructors index](index.md) Update sticker sets ### Type: [Update](../types/Update.md) ### Example: ```php $updateStickerSets = ['_' => 'updateStickerSets']; ``` Or, if you're into Lua: ```lua updateStickerSets={_='updateStickerSets'} ```