mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
476 B
476 B
title | description |
---|---|
messages.stickersNotModified | messages_stickersNotModified attributes, type and example |
Constructor: messages.stickersNotModified
Type: messages_Stickers
Example:
$messages_stickersNotModified = ['_' => 'messages.stickersNotModified', ];
Or, if you're into Lua:
messages_stickersNotModified={_='messages.stickersNotModified', }