public class UpdateWrapper extends Object
| Constructor and Description |
|---|
UpdateWrapper(TLObject update) |
| Modifier and Type | Method and Description |
|---|---|
void |
disablePtsCheck() |
void |
disableUpdatePts() |
void |
enableGettingDifferences() |
int |
getChannelId() |
int |
getDate() |
int |
getPts() |
int |
getPtsCount() |
int |
getSeq() |
int |
getSeqStart() |
TLObject |
getUpdate() |
boolean |
isChannel() |
boolean |
isCheckPts() |
boolean |
isGettingDifferences() |
boolean |
isUpdatePts() |
void |
setParams(int pts,
int ptsCount,
int date,
int seq,
int seqStart) |
String |
toString() |
public UpdateWrapper(TLObject update)
public void setParams(int pts,
int ptsCount,
int date,
int seq,
int seqStart)
public void disablePtsCheck()
public void disableUpdatePts()
public void enableGettingDifferences()
public TLObject getUpdate()
public int getPts()
public int getPtsCount()
public int getDate()
public int getSeq()
public int getSeqStart()
public boolean isCheckPts()
public boolean isUpdatePts()
public boolean isChannel()
public boolean isGettingDifferences()
public int getChannelId()
Copyright © 2017. All rights reserved.