Skip to main content
Module

x/grm/mod.ts>tl.Api.contacts.Found

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.contacts.Found
extends VirtualClass<{ myResults: Api.TypePeer[]; results: Api.TypePeer[]; chats: Api.TypeChat[]; users: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { Found } = tl.Api.contacts;

Properties

chats: Api.TypeChat[]
className: "contacts.Found"
classType: "constructor"
CONSTRUCTOR_ID: 3004386717
myResults: Api.TypePeer[]
results: Api.TypePeer[]
SUBCLASS_OF_ID: 1132896995
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): Found