MadelineProtoDocs/old_docs/API_docs_v38/constructors/updateStickerSets.md
2020-06-16 17:50:25 +02: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'}