Aracılığıyla paylaş


UpdatesGetUpdateResponse type

getUpdate işleminin yanıt verilerini içerir.

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