public interface BotSession
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isRunning() |
void |
setCallback(LongPollingBot callback) |
void |
setOptions(BotOptions options) |
void |
setToken(String token) |
void |
start() |
void setOptions(BotOptions options)
void setToken(String token)
void setCallback(LongPollingBot callback)
void start()
void close()
boolean isRunning()
Copyright © 2016. All rights reserved.