class types.ContactsImportedContacts
extends _TypeContactsImportedContacts
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { ContactsImportedContacts } = types;
Constructors
new
ContactsImportedContacts(params: { imported: Array<TypeImportedContact>; popularInvites: Array<TypePopularContact>; retryContacts: Array<bigint>; users: Array<TypeUser>; })Properties
protected
readonly
[params]: Paramsimported: Array<TypeImportedContact>
popularInvites: Array<TypePopularContact>
users: Array<TypeUser>
Static Properties
readonly
[paramDesc]: ParamDesc