1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-09 18:48:22 +01:00
MadelineProto/old_docs/API_docs_v66/constructors/messages_recentStickersNotModified.md
2017-06-30 15:36:33 +02:00

530 B

title description
messages.recentStickersNotModified messages_recentStickersNotModified attributes, type and example

Constructor: messages.recentStickersNotModified

Back to constructors index

Type: messages_RecentStickers

Example:

$messages_recentStickersNotModified = ['_' => 'messages.recentStickersNotModified', ];

Or, if you're into Lua:

messages_recentStickersNotModified={_='messages.recentStickersNotModified', }