MadelineProtoDocs/old_docs/API_docs_v82/constructors/updateReadChannelInbox.md

776 B

title description image
updateReadChannelInbox Update read channel inbox https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateReadChannelInbox

Back to constructors index

Update read channel inbox

Attributes:

Name Type Required Description
channel_id int Yes Channel ID
max_id int Yes Max ID

Type: Update

Example:

$updateReadChannelInbox = ['_' => 'updateReadChannelInbox', 'channel_id' => int, 'max_id' => int];

Or, if you're into Lua:

updateReadChannelInbox={_='updateReadChannelInbox', channel_id=int, max_id=int}