MadelineProtoDocs/docs/API_docs/constructors/updateFavedStickers.md

735 B

title description image
updateFavedStickers The list of favorited stickers was changed, the client should call [messages.getFavedStickers](../methods/messages.getFavedStickers.md) to refetch the new list https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateFavedStickers

Back to constructors index

The list of favorited stickers was changed, the client should call messages.getFavedStickers to refetch the new list

Type: Update

Example:

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

Or, if you're into Lua:

updateFavedStickers={_='updateFavedStickers'}