Aracılığıyla paylaş


UpdatesGetFileResponse type

getFile işlemi için yanıt verilerini içerir.

type UpdatesGetFileResponse = File & {
  _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: File }
}