MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_stickersNotModified.md
2019-12-27 17:48:04 +01:00

586 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'}