mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:28:32 +01:00
645 B
645 B
title | description |
---|---|
messages.featuredStickersNotModified | messages_featuredStickersNotModified attributes, type and example |
Constructor: messages.featuredStickersNotModified
Attributes:
Name | Type | Required |
---|
Type: messages_FeaturedStickers
Example:
$messages_featuredStickersNotModified = ['_' => 'messages.featuredStickersNotModified', ];
Or, if you're into Lua:
messages_featuredStickersNotModified={_='messages.featuredStickersNotModified', }