--- title: messages.favedStickersNotModified description: No new favorited stickers were found image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png redirect_from: /API_docs/constructors/messages_favedStickersNotModified.html --- # Constructor: messages.favedStickersNotModified [Back to constructors index](index.md) No new favorited stickers were found ### Type: [messages.FavedStickers](../types/messages.FavedStickers.md) ### Example: ```php $messages.favedStickersNotModified = ['_' => 'messages.favedStickersNotModified']; ``` Or, if you're into Lua: ```lua messages.favedStickersNotModified={_='messages.favedStickersNotModified'} ```