function getFileInfoimport { getFileInfo } from "https://deno.land/x/grm@0.8.0/src/utils.ts"; 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; }