MadelineProtoDocs/docs/API_docs/constructors/messages.messagesNotModifie...

899 B

title description image redirect_from
messages.messagesNotModified No new messages matching the query were found 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];

Or, if you're into Lua:

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