class tl.Api.SavedPhoneContact
extends VirtualClass<{ phone: string; firstName: string; lastName: string; date: int; }>
import { tl } from "https://deno.land/x/grm@0.5.4/mod.ts";
const { SavedPhoneContact } = tl.Api;
Static Methods
fromReader(reader: Reader): SavedPhoneContact