Skip to main content
Module

x/mtkruto/tl/2_types.ts>ContactsFound

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ContactsFound
extends _TypeContactsFound
import { ContactsFound } from "https://deno.land/x/mtkruto@0.1.118/tl/2_types.ts";

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