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