Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 229 Bytes

Getting Started

Handle command

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