Skip to content

sendya/review-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Handle command

@BotCommand(command = "/test")
class TestCommand extends Command {
    
    public boolean accept(Update update, TelegramLongPollingBot bot) {
        // do something...
    }
}

About

a telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages