mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
883 B
883 B
title | description | nav_exclude | image |
---|---|---|---|
updateReadChannelOutbox | Outgoing messages in a channel/supergroup were read | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateReadChannelOutbox
Outgoing messages in a channel/supergroup were read
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | long | Yes | Channel/supergroup ID |
max_id | int | Yes | Position up to which all outgoing messages are read. |
Type: Update
Example:
$updateReadChannelOutbox = ['_' => 'updateReadChannelOutbox', 'channel_id' => long, 'max_id' => int];