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

951 B

title description nav_exclude image
updateChannelAvailableMessages The history of a channel/supergroup was hidden. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateChannelAvailableMessages

Back to constructors index

The history of a channel/supergroup was hidden.

Attributes:

Name Type Required Description
channel_id long Yes Channel/supergroup ID
available_min_id int Yes Identifier of a maximum unavailable message in a channel due to hidden history.

Type: Update

Example:

$updateChannelAvailableMessages = ['_' => 'updateChannelAvailableMessages', 'channel_id' => long, 'available_min_id' => int];