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

x/mtkruto/tl/3_functions.ts>messages_checkHistoryImport_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_checkHistoryImport_
extends Function_<enums.messages.HistoryImportParsed>
import { messages_checkHistoryImport_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Obtains information about a chat export file, generated by a foreign chat app, click here for more info about imported chats ».

Constructors

new
messages_checkHistoryImport_(params: { import_head: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
import_head: string

Beginning of the message file; up to 100 lines.

Static Properties

__F: (params: { import_head: string; }) => enums.messages.HistoryImportParsed
readonly
[name]: string
readonly
[paramDesc]: ParamDesc