MadelineProtoDocs/docs/API_docs/constructors/updateReadHistoryOutbox.md

912 B

title description image
updateReadHistoryOutbox Update read history outbox https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateReadHistoryOutbox

Back to constructors index

Update read history outbox

Attributes:

Name Type Required Description
peer Peer Yes Peer
max_id int Yes Max ID
pts int Yes Pts
pts_count int Yes Pts count

Type: Update

Example:

$updateReadHistoryOutbox = ['_' => 'updateReadHistoryOutbox', 'peer' => Peer, 'max_id' => int, 'pts' => int, 'pts_count' => int];

Or, if you're into Lua:

updateReadHistoryOutbox={_='updateReadHistoryOutbox', peer=Peer, max_id=int, pts=int, pts_count=int}