jamesnetherton commented on code in PR #4410: URL: https://github.com/apache/camel-quarkus/pull/4410#discussion_r1071268800
########## docs/modules/ROOT/pages/reference/extensions/telegram.adoc: ########## @@ -45,6 +45,25 @@ ifeval::[{doc-show-user-guide-link} == true] Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. endif::[] +[id="extensions-telegram-usage"] +== Usage +[id="extensions-telegram-usage-webhook-mode"] +== Webhook Mode + +The Telegram extension supports usage in the webhook mode. + +In order to enable webhook mode, users need first to add a REST implementation to their application. +Maven users, for example, can add *camel-quarkus-rest* extension to their `pom.xml` file: + +[source,xml] +------------------------------------------------------------ Review Comment: Can you restrict the code block boundaries to just `----`. Otherwise it breaks the Camel website. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org