MadelineProtoDocs/old_docs/API_docs_v105/constructors/updateReadChannelOutbox.md
2019-09-13 17:13:55 +02:00

784 B

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

Constructor: updateReadChannelOutbox

Back to constructors index

Update read channel outbox

Attributes:

Name Type Required Description
channel_id int Yes Channel ID
max_id int Yes Max ID

Type: Update

Example:

$updateReadChannelOutbox = ['_' => 'updateReadChannelOutbox', 'channel_id' => int, 'max_id' => int];

Or, if you're into Lua:

updateReadChannelOutbox={_='updateReadChannelOutbox', channel_id=int, max_id=int}