--- title: messages.favedStickersNotModified description: No new favorited stickers were found image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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'} ```