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