2.119. Telegram
Send and receive messages using the Telegram Bot API.
2.119.1. What’s inside リンクのコピーリンクがクリップボードにコピーされました!
-
Telegram component, URI syntax:
telegram:type
Refer to the above link for usage and configuration details.
2.119.2. Maven coordinates リンクのコピーリンクがクリップボードにコピーされました!
Create a new project with this extension on code.camel.redhat.com
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-telegram</artifactId>
</dependency>
2.119.3. Usage リンクのコピーリンクがクリップボードにコピーされました!
2.119.4. 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:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rest</artifactId>
</dependency>
2.119.4.1. Webhook リンクのコピーリンクがクリップボードにコピーされました!
In this release of Red Hat build of Apache Camel for Quarkus, webhook mode is not supported.
2.119.5. SSL in native mode リンクのコピーリンクがクリップボードにコピーされました!
This extension auto-enables SSL support in native mode. Hence you do not need to add quarkus.ssl.native=true to your application.properties yourself. See also Quarkus SSL guide.