Skip to content

Fully functional example of an "bot account" telegram bot running on TDlight.

Notifications You must be signed in to change notification settings

jonas-s-s-s/TDlight-java-bot-example_with-explanation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDlight java bot example (with explanation)

This is a full example code for running a standard bot with TDlight. Basically the only things you have to change in order to get it running are the APP ID, Hash, and your bot token. (Change this in the "Static_config" files)

If you want to build an user bot then check out: https://github.com/jonasx10j/TDlight-java-USER-BOT-example_with-explanation

The benefits of using TDlight for bot creation are mainly the ability to dowload/upload files larger than 30 MB and also the ability to receive MessageDeleted events. You can also still use the java "Telegrambots" library in the same program, if you wish to.

What will this provide you with

A fully functional minimal commented example of running a bot with TDlight. No unfinished or bloated code like the other available examples.

About

Fully functional example of an "bot account" telegram bot running on TDlight.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages