class Api.phone.PhoneCall
extends VirtualClass<{ phoneCall: Api.TypePhoneCall; users: Api.TypeUser[]; }>
import { Api } from "https://deno.land/x/grm@0.5.1/src/tl/mod.ts";
const { PhoneCall } = Api.phone;
Static Methods
fromReader(reader: Reader): PhoneCall