DOC

dev.tobee : tbd-telegram-sdk

Maven & Gradle

Jan 02, 2022
5 stars

tbd-telegram-sdk · TBD Telegram SDK - a simple Java Telegram BOT Api client. It have small footprint and use Java 11 async HTTP client with latest Java syntax.

Table Of Contents

Latest Version

Download dev.tobee : tbd-telegram-sdk Javadoc & API Documentation - Latest Versions:

All Versions

Download dev.tobee : tbd-telegram-sdk Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file tbd-telegram-sdk-0.1.11-javadoc.jar to tbd-telegram-sdk-0.1.11-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder tbd-telegram-sdk-0.1.11-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "tbd-telegram-sdk-0.1.11-sources.jar" -d "tbd-telegram-sdk-0.1.11-javadoc" -subpackages 

Advertisement