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.1.0-2"]

Clojure CLI/deps.edn

net.clojars.macielti/telegrama {:mvn/version "0.1.0-2"}

Gradle

implementation("net.clojars.macielti:telegrama:0.1.0-2")

Maven

<dependency>
  <groupId>net.clojars.macielti</groupId>
  <artifactId>telegrama</artifactId>
  <version>0.1.0-2</version>
</dependency>