mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:58:06 +01:00
641 B
641 B
title | description |
---|---|
updateReadChannelInbox | updateReadChannelInbox attributes, type and example |
Constructor: updateReadChannelInbox
Attributes:
Name | Type | Required |
---|---|---|
peer | Peer | Yes |
max_id | int | Yes |
Type: Update
Example:
$updateReadChannelInbox = ['_' => 'updateReadChannelInbox', 'peer' => Peer, 'max_id' => int, ];
Or, if you're into Lua:
updateReadChannelInbox={_='updateReadChannelInbox', peer=Peer, max_id=int, }