mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
856 B
856 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.featuredStickersNotModified | Featured stickers haven't changed | true | 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];