function utils.getFileInfoimport { utils } from "https://deno.land/x/grm@0.8.0/src/mod.ts"; const { getFileInfo } = utils; getFileInfo(fileLocation: | Api.Message | Api.MessageMediaDocument | Api.MessageMediaPhoto | Api.TypeInputFileLocation): { dcId?: number; location: Api.TypeInputFileLocation; size?: bigInt.BigInteger; }ParametersfileLocation: | Api.Message | Api.MessageMediaDocument | Api.MessageMediaPhoto | Api.TypeInputFileLocationReturns{ dcId?: number; location: Api.TypeInputFileLocation; size?: bigInt.BigInteger; }