--- title: messages.allStickersNotModified description: Info about all installed stickers hasn't changed image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: messages.allStickersNotModified [Back to constructors index](index.md) Info about all installed stickers hasn't changed ### Type: [messages\_AllStickers](../types/messages_AllStickers.md) ### Example: ```php $messages_allStickersNotModified = ['_' => 'messages.allStickersNotModified']; ``` Or, if you're into Lua: ```lua messages_allStickersNotModified={_='messages.allStickersNotModified'} ```