Raw.UpdateChannelAvailableMessages

Raw.UpdateChannelAvailableMessages

The history of a channel/supergroup was hidden.

updateChannelAvailableMessages#b23fc698 channel_id:long available_min_id:int = Update;
export namespace Raw {
  export class UpdateChannelAvailableMessages {
    constructor(params: { channelId: bigint; availableMinId: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xb23fc698

Property

  • channelId : bigint

    Channel/supergroup id

  • availableMinId : number

    Identifier of a maximum unavailable message in a channel due to hidden history.