926 B
926 B
title | description | image | redirect_from |
---|---|---|---|
messages.featuredStickersNotModified | Featured stickers haven't changed | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_featuredStickersNotModified.html |
Constructor: messages.featuredStickersNotModified
Featured stickers haven't changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Total number of featured stickers |
Type: messages.FeaturedStickers
Example:
$messages.featuredStickersNotModified = ['_' => 'messages.featuredStickersNotModified', 'count' => int];
Or, if you're into Lua:
messages.featuredStickersNotModified={_='messages.featuredStickersNotModified', count=int}