Skip to main content
Module

x/grm/mod.ts>tl.Api.MessageActionChannelMigrateFrom

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.MessageActionChannelMigrateFrom
extends VirtualClass<{ title: string; chatId: long; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { MessageActionChannelMigrateFrom } = tl.Api;

Properties

chatId: long
className: "MessageActionChannelMigrateFrom"
classType: "constructor"
CONSTRUCTOR_ID: 3929622761
SUBCLASS_OF_ID: 2256589094
title: string

Static Methods

fromReader(reader: Reader): MessageActionChannelMigrateFrom