MadelineProto/old_docs/API_docs_v40/constructors/updateReadChannelInbox.md

535 B

title description
updateReadChannelInbox updateReadChannelInbox attributes, type and example

Constructor: updateReadChannelInbox

Back to constructors index

Attributes:

Name Type Required
peer Peer Required
max_id int Required

Type: Update

Example:

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