MadelineProtoDocs/old_docs/API_docs_v14/constructors/updateStickerSets.md

717 B

title description image
updateStickerSets Installed stickersets have changed, the client should refetch them using [messages.getAllStickers](https://core.telegram.org/method/messages.getAllStickers) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateStickerSets

Back to constructors index

Installed stickersets have changed, the client should refetch them using messages.getAllStickers

Type: Update

Example:

$updateStickerSets = ['_' => 'updateStickerSets'];

Or, if you're into Lua:

updateStickerSets={_='updateStickerSets'}