mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
845 B
845 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.messagesNotModified | No new messages matching the query were found | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_messagesNotModified.html |
Constructor: messages.messagesNotModified
No new messages matching the query were found
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Number of results found server-side by the given query |
Type: messages.Messages
Example:
$messages_messagesNotModified = ['_' => 'messages.messagesNotModified', 'count' => int];