Перейти к основному содержимому
Версия: v1

WebhookInfo

urlstringrequired
hasCustomCertificatebooleanrequired
pendingUpdateCountinteger
lastErrorDatestring<date-time>
lastErrorMessagestring
updateTypesUpdateType (string)[]

Possible values: [MESSAGE, CHAT_MEMBER]

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