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>MessageActionChannelMigrateFrom_

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

Indicates the channel was migrated from the specified chat

Constructors

new
MessageActionChannelMigrateFrom_(params: { title: string; chat_id: bigint; })

Properties

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

The old chat ID

title: string

The old chat title

Static Properties

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