Skip to main content
Module

x/mtkruto/mod.ts>types.ChatInviteImporter

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ChatInviteImporter
import { types } from "https://deno.land/x/mtkruto@0.0.984/mod.ts";
const { ChatInviteImporter } = types;

Constructors

new
ChatInviteImporter(params: { requested?: true; viaChatlist?: true; userId: bigint; date: number; about?: string; approvedBy?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
about: string
optional
approvedBy: bigint
date: number
optional
requested: true
userId: bigint
optional
viaChatlist: true

Static Properties

readonly
[paramDesc]: ParamDesc