Skip to main content
Module

x/mtkruto/mod.ts>types.ContactsImportedContacts

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

Constructors

new
ContactsImportedContacts(params: { imported: Array<TypeImportedContact>; popularInvites: Array<TypePopularContact>; retryContacts: Array<bigint>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
imported: Array<TypeImportedContact>
popularInvites: Array<TypePopularContact>
retryContacts: Array<bigint>
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc