mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
updateChannelReadMessagesContents | The specified channel/supergroup messages were read | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChannelReadMessagesContents
The specified channel/supergroup messages were read
Attributes:
Name | Type | Required | Description |
---|---|---|---|
channel_id | long | Yes | Channel/supergroup ID |
top_msg_id | int | Optional | Forum topic ID. |
messages | Array of int | Yes | IDs of messages that were read |
Type: Update
Example:
$updateChannelReadMessagesContents = ['_' => 'updateChannelReadMessagesContents', 'channel_id' => long, 'top_msg_id' => int, 'messages' => [int, int]];