Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The method that is supposed to set the webhook URL seems trying to delete the webhook URL.
refering to this method : https://github.com/apache/camel/blob/f7c953c790337322f9db3ec792a5410e3f6923cb/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/service/TelegramServiceRestBotAPIAdapter.java#L184
While trying to execute the Spring Boot webhook example here: https://github.com/apache/camel-spring-boot-examples/tree/main/webhook :
the API responds :
WebhookResult{ok=true, result=true, description='Webhook is already deleted'}