749 B
749 B
title | description |
---|---|
updateEncryptedMessagesRead | updateEncryptedMessagesRead attributes, type and example |
Constructor: updateEncryptedMessagesRead
Attributes:
Name | Type | Required |
---|---|---|
chat_id | int | Yes |
max_date | int | Yes |
date | int | Yes |
Type: Update
Example:
$updateEncryptedMessagesRead = ['_' => 'updateEncryptedMessagesRead', 'chat_id' => int, 'max_date' => int, 'date' => int, ];
Or, if you're into Lua:
updateEncryptedMessagesRead={_='updateEncryptedMessagesRead', chat_id=int, max_date=int, date=int, }