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