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/src/mod.ts";
const { SavedPhoneContact } = tl.Api;
Static Methods
fromReader(reader: Reader): SavedPhoneContact