DOC

com.github.omarmiatello.telegram : client-tvosx64

Maven & Gradle

Jun 21, 2022
19 stars

Telegram Client · Telegram Bot API in Kotlin: data class with Kotlinx/Serialization + Ktor client with method for Telegram bot API

Table Of Contents

Latest Version

Download com.github.omarmiatello.telegram : client-tvosx64 Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.omarmiatello.telegram : client-tvosx64 Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
6.1
6.0
5.7
5.6
5.3
5.2.x
5.2

How to open Javadoc JAR file in web browser

  1. Rename the file client-tvosx64-6.1-javadoc.jar to client-tvosx64-6.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder client-tvosx64-6.1-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 "client-tvosx64-6.1-sources.jar" -d "client-tvosx64-6.1-javadoc" -subpackages 

Advertisement