1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 00:39:38 +01:00
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, ];