MadelineProtoDocs/old_docs/API_docs_v97/constructors/updateStickerSets.md
2019-12-27 17:48:04 +01:00

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'}