mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:47:21 +01:00
498 B
498 B
title | description |
---|---|
updateRecentStickers | updateRecentStickers attributes, type and example |
Constructor: updateRecentStickers
Type: Update
Example:
$updateRecentStickers = ['_' => 'updateRecentStickers', ];
PWRTelegram json-encoded version:
{"_":"updateRecentStickers"}
Or, if you're into Lua:
updateRecentStickers={_='updateRecentStickers', }