1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
MadelineProto/docs/API_docs/constructors/updateReadFeaturedStickers.md

439 B

title description
updateReadFeaturedStickers updateReadFeaturedStickers attributes, type and example

Constructor: updateReadFeaturedStickers

Back to constructors index

Type: Update

Example:

$updateReadFeaturedStickers = ['_' => 'updateReadFeaturedStickers', ];

Or, if you're into Lua:

updateReadFeaturedStickers={_='updateReadFeaturedStickers', }