| Package | Description |
|---|---|
| org.telegram.api.functions.updates | |
| org.telegram.api.messages | |
| org.telegram.api.updates.difference | |
| org.telegram.bot.handlers | |
| org.telegram.bot.handlers.interfaces |
| Modifier and Type | Method and Description |
|---|---|
TLUpdatesState |
TLRequestUpdatesGetState.deserializeResponse(InputStream stream,
TLContext context) |
| Modifier and Type | Method and Description |
|---|---|
TLUpdatesState |
TLMessagesPeerDialogs.getState() |
| Modifier and Type | Method and Description |
|---|---|
TLUpdatesState |
TLDifferenceSlice.getIntermediateState()
Gets intermediate state.
|
TLUpdatesState |
TLDifference.getState()
Gets state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLDifferenceSlice.setIntermediateState(TLUpdatesState intermediateState)
Sets intermediate state.
|
void |
TLDifference.setState(TLUpdatesState state)
Sets state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatesHandlerBase.updateStateModification(TLUpdatesState state) |
void |
DifferencesHandler.updateStateModification(@NotNull TLUpdatesState state,
boolean isGettingDifferent) |
| Modifier and Type | Method and Description |
|---|---|
void |
IUpdatesHandler.updateStateModification(TLUpdatesState state) |
void |
IDifferencesHandler.updateStateModification(@NotNull TLUpdatesState state,
boolean isGettingDifferent)
Modify updates state
|
Copyright © 2017. All rights reserved.