MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages.stickersNotModified.md
2019-12-27 18:25:37 +01:00

585 B

title description image
messages.stickersNotModified No new stickers were found for the given query https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.stickersNotModified

Back to constructors index

No new stickers were found for the given query

Type: messages.Stickers

Example:

$messages.stickersNotModified = ['_' => 'messages.stickersNotModified'];

Or, if you're into Lua:

messages.stickersNotModified={_='messages.stickersNotModified'}