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

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

Info on successfully imported contacts.

Constructors

new
contacts_ImportedContacts_(params: { imported: Array<enums.ImportedContact>; popular_invites: Array<enums.PopularContact>; retry_contacts: Array<bigint>; users: Array<enums.User>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
imported: Array<enums.ImportedContact>

List of successfully imported contacts

retry_contacts: Array<bigint>

List of contact ids that could not be imported due to system limitation and will need to be imported at a later date.

users: Array<enums.User>

List of users

Static Properties

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