1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:58:06 +01:00
MadelineProto/old_docs/API_docs_v40/constructors/updateReadChannelInbox.md

641 B

title description
updateReadChannelInbox updateReadChannelInbox attributes, type and example

Constructor: updateReadChannelInbox

Back to constructors index

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, }