Layer 220
UpdateChannelAvailableMessages
The history of a channel/supergroup was hidden.
constructor
updateChannelAvailableMessages#b23fc698 channel_id:long available_min_id:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| ChannelId | long | Channel/supergroup ID |
| AvailableMinId | int | Identifier of a maximum unavailable message in a channel due to hidden history. |
Returns
UpdateGogram Example
// Creating UpdateChannelAvailableMessages constructor obj := &tg.UpdateChannelAvailableMessages{ ChannelId: int64(0), AvailableMinId: 0, }