mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
951 B
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
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];