967 B
967 B
title | description | image |
---|---|---|
updateReadChannelInbox | Incoming messages in a [channel/supergroup](https://core.telegram.org/api/channel) were read | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateReadChannelInbox
Incoming messages in a channel/supergroup were read
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | int | Yes | Channel/supergroup ID |
max_id | int | Yes | Position up to which all incoming messages are read. |
Type: Update
Example:
$updateReadChannelInbox = ['_' => 'updateReadChannelInbox', 'channel_id' => int, 'max_id' => int];
Or, if you're into Lua:
updateReadChannelInbox={_='updateReadChannelInbox', channel_id=int, max_id=int}