Перейти к основному содержимому

GetWebhookInfoPublicV1Response

webhookInfo objectrequired
urlstringrequired
hasCustomCertificatebooleanrequired
pendingUpdateCountinteger
lastErrorDatedate-time
lastErrorMessagestring
updateTypesUpdateType (string)[]

Possible values: [MESSAGE, CHAT_MEMBER]

GetWebhookInfoPublicV1Response
{
"webhookInfo": {
"url": "string",
"hasCustomCertificate": true,
"pendingUpdateCount": 0,
"lastErrorDate": "2024-07-29T15:51:28.071Z",
"lastErrorMessage": "string",
"updateTypes": [
"MESSAGE"
]
}
}