mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
31 lines
856 B
Markdown
31 lines
856 B
Markdown
---
|
|
title: "messages.featuredStickersNotModified"
|
|
description: "Featured stickers haven't changed"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/messages_featuredStickersNotModified.html
|
|
---
|
|
# Constructor: messages.featuredStickersNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Featured stickers haven't changed
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|count|[int](/API_docs/types/int.html) | Yes|Total number of featured stickers|
|
|
|
|
|
|
|
|
### Type: [messages.FeaturedStickers](/API_docs/types/messages.FeaturedStickers.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_featuredStickersNotModified = ['_' => 'messages.featuredStickersNotModified', 'count' => int];
|
|
```
|