828 B
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
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}