MadelineProtoDocs/old_docs/API_docs_v81/constructors/messages_messagesNotModified.md
2018-07-12 20:24:55 +02:00

830 B

title description image
messages.messagesNotModified messages_messagesNotModified attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.messagesNotModified

Back to constructors index

Attributes:

Name Type Required
count int Yes

Type: messages_Messages

Example:

$messages_messagesNotModified = ['_' => 'messages.messagesNotModified', 'count' => int];

PWRTelegram json-encoded version:

{"_": "messages.messagesNotModified", "count": int}

Or, if you're into Lua:

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