Skip to main content
Module

x/mtkruto/mod.ts>types.ContactsFound

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

Constructors

new
ContactsFound(params: { myResults: Array<TypePeer>; results: Array<TypePeer>; chats: Array<TypeChat>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<TypeChat>
myResults: Array<TypePeer>
results: Array<TypePeer>
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc