mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
897 B
897 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.savedDialogsNotModified | The saved dialogs haven't changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_savedDialogsNotModified.html |
Constructor: messages.savedDialogsNotModified
The saved dialogs haven't changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Number of saved dialogs found server-side by the query |
Type: messages.SavedDialogs
Example:
$messages_savedDialogsNotModified = ['_' => 'messages.savedDialogsNotModified', 'count' => int];