mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 00:39:38 +01:00
535 B
535 B
title | description |
---|---|
updateReadChannelInbox | updateReadChannelInbox attributes, type and example |
Constructor: updateReadChannelInbox
Attributes:
Name | Type | Required |
---|---|---|
peer | Peer | Required |
max_id | int | Required |
Type: Update
Example:
$updateReadChannelInbox = ['_' => 'updateReadChannelInbox', 'peer' => Peer, 'max_id' => int, ];