Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>UpdateChannelAvailableMessages_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateChannelAvailableMessages_
extends _Update_
import { UpdateChannelAvailableMessages_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

The history of a channel/supergroup was hidden.

Constructors

new
UpdateChannelAvailableMessages_(params: { channel_id: bigint; available_min_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
available_min_id: number

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

channel_id: bigint

Channel/supergroup ID

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc