Freigeben über


UpdatesGetUpdateResponse type

Enthält Antwortdaten für den getUpdate-Vorgang.

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