MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_messagesNotModified.md
2019-12-27 17:48:04 +01:00

828 B

title description image
messages.messagesNotModified No new messages matching the query were found https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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

Or, if you're into Lua:

messages_messagesNotModified={_='messages.messagesNotModified', count=int}