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

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

Contains information about a chat export file generated by a foreign chat app, click here for more info.
If neither the pm or group flags are set, the specified chat export was generated from a chat of unknown type.

Constructors

new
messages_HistoryImportParsed_(params?: { pm?: true; group?: true; title?: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
group: true

The chat export file was generated from a group chat.

optional
pm: true

The chat export file was generated from a private chat.

optional
title: string

Title of the chat.

Static Properties

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