Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

A new channel or supergroup is available, or info about an existing channel has changed and must be refeteched.

Constructors

new
UpdateChannel_(params: { channel_id: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel_id: bigint

Channel ID

Static Properties

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