mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
26 lines
576 B
Markdown
26 lines
576 B
Markdown
---
|
|
title: "messages.savedGifsNotModified"
|
|
description: "No new saved gifs were found"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/messages_savedGifsNotModified.html
|
|
---
|
|
# Constructor: messages.savedGifsNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
No new saved gifs were found
|
|
|
|
|
|
|
|
|
|
### Type: [messages.SavedGifs](/API_docs/types/messages.SavedGifs.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_savedGifsNotModified = ['_' => 'messages.savedGifsNotModified'];
|
|
```
|