Package org.bgerp.plugin.telegram
Class Bot
java.lang.Object
org.bgerp.plugin.telegram.Bot
- All Implemented Interfaces:
org.telegram.telegrambots.longpolling.interfaces.LongPollingUpdateConsumer,org.telegram.telegrambots.longpolling.util.LongPollingSingleThreadUpdateConsumer
public class Bot
extends Object
implements org.telegram.telegrambots.longpolling.util.LongPollingSingleThreadUpdateConsumer
-
Field Summary
Fields inherited from interface org.telegram.telegrambots.longpolling.util.LongPollingSingleThreadUpdateConsumer
updatesProcessorExecutor -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.telegram.telegrambots.longpolling.util.LongPollingSingleThreadUpdateConsumer
consume
-
Method Details
-
getInstance
-
consume
public void consume(org.telegram.telegrambots.meta.api.objects.Update e) - Specified by:
consumein interfaceorg.telegram.telegrambots.longpolling.util.LongPollingSingleThreadUpdateConsumer
-