type alias Api.TypePhoneCallimport { type Api } from "https://deno.land/x/grm@0.5.1/src/tl/mod.ts"; const { TypePhoneCall } = Api; definition: | PhoneCallEmpty | PhoneCallWaiting | PhoneCallRequested | PhoneCallAccepted | PhoneCall | PhoneCallDiscarded