MadelineProtoDocs/docs/API_docs/constructors/messages.featuredStickersNotModified.md

31 lines
856 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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];
```