mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:27:22 +01:00
536 B
536 B
title | description |
---|---|
updateReadFeaturedStickers | updateReadFeaturedStickers attributes, type and example |
Constructor: updateReadFeaturedStickers
Attributes:
Name | Type | Required |
---|
Type: Update
Example:
$updateReadFeaturedStickers = ['_' => 'updateReadFeaturedStickers', ];
Or, if you're into Lua:
updateReadFeaturedStickers={_='updateReadFeaturedStickers', }