Skip to content

bibarsov/telegram-bots-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Telegram Bots client for Java

Basic usage

  1. Define your own enum of commands
  2. Define your handler for every command
  3. Provide the stuff above and botApiKey to UpdatePollerService
  4. Call UpdatePollerService.doJob();
  5. ...
  6. PROFIT!

Advanced users may override default logic without big efforts.

TL;DR

Example bot using this client -> ExampleBot.

About

Simple Telegram Bots client for Java (made in accordance with https://core.telegram.org/bots/api)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages