MadelineProtoDocs/docs/API_docs/constructors/updateChannelReadMessagesContents.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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]];