JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.telegram.telegrambots.longpolling.interfaces
Interface LongPollingUpdateConsumer
All Known Subinterfaces:
LongPollingSingleThreadUpdateConsumer
public interface
LongPollingUpdateConsumer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
consume
(
List
<
Update
> updates)
Method Details
consume
void
consume
(
List
<
Update
> updates)