net.clojars.macielti/telegrama

A simple SDK to interact with the Telegram Bot API. It is based on the Morse. And intended to be compatible with GraalVM native-image.

Leiningen/Boot

[net.clojars.macielti/telegrama "0.2.0"]

Clojure CLI/deps.edn

net.clojars.macielti/telegrama {:mvn/version "0.2.0"}

Gradle

implementation("net.clojars.macielti:telegrama:0.2.0")

Maven

<dependency>
  <groupId>net.clojars.macielti</groupId>
  <artifactId>telegrama</artifactId>
  <version>0.2.0</version>
</dependency>