mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
590 B
590 B
title |
---|
updateReadHistoryOutbox |
Constructor: updateReadHistoryOutbox
Attributes:
Name | Type | Required |
---|---|---|
peer | Peer | Required |
max_id | int | Required |
pts | int | Required |
pts_count | int | Required |
Type: Update
Example:
$updateReadHistoryOutbox = ['_' => updateReadHistoryOutbox', 'peer' => Peer, 'max_id' => int, 'pts' => int, 'pts_count' => int, ];