Udostępnij przez


UpdatesGetUpdateResponse type

Zawiera dane odpowiedzi dla operacji getUpdate.

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