MadelineProtoDocs/docs/API_docs/constructors/messages.messagesNotModified.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];