mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-11 16:50:37 +01:00
26 lines
620 B
Markdown
26 lines
620 B
Markdown
|
---
|
||
|
title: "messages.favedStickersNotModified"
|
||
|
description: "No new favorited stickers were found"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/messages_favedStickersNotModified.html
|
||
|
---
|
||
|
# Constructor: messages.favedStickersNotModified
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
No new favorited stickers were found
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages.FavedStickers](/API_docs/types/messages.FavedStickers.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_favedStickersNotModified = ['_' => 'messages.favedStickersNotModified'];
|
||
|
```
|