MadelineProtoDocs/docs/API_docs/constructors/messages_allStickersNotModified.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

680 B

title description image
messages.allStickersNotModified All stickers not modified https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.allStickersNotModified

Back to constructors index

All stickers not modified

Type: messages_AllStickers

Example:

$messages_allStickersNotModified = ['_' => 'messages.allStickersNotModified'];

PWRTelegram json-encoded version:

{"_": "messages.allStickersNotModified"}

Or, if you're into Lua:

messages_allStickersNotModified={_='messages.allStickersNotModified'}