UpdatesGetUpdateResponse type

A getUpdate művelet válaszadatait tartalmazza.

type UpdatesGetUpdateResponse = Update & {
  _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Update }
}