Skip to main content
Module

x/grm/mod.ts>tl.Api.SavedPhoneContact

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.SavedPhoneContact
extends VirtualClass<{ phone: string; firstName: string; lastName: string; date: int; }>
import { tl } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { SavedPhoneContact } = tl.Api;

Properties

className: "SavedPhoneContact"
classType: "constructor"
CONSTRUCTOR_ID: 289586518
date: int
firstName: string
lastName: string
phone: string
SUBCLASS_OF_ID: 115054788