public abstract class UpdateManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
running |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateManager(TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
TelegramBot |
getBotInstance() |
boolean |
isRunning() |
abstract boolean |
startUpdates() |
abstract void |
stopUpdates() |
protected UpdateManager(TelegramBot telegramBot)
public TelegramBot getBotInstance()
public abstract void stopUpdates()
public abstract boolean startUpdates()
public boolean isRunning()
Copyright © 2016. All rights reserved.