public class TLConfig extends TLObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
| Constructor and Description |
|---|
TLConfig()
Instantiates a new TL config.
|
deserialize, serialize, serializepublic static final int CLASS_ID
public int getClassId()
TLObjectgetClassId in class TLObjectpublic int getDate()
public int getExpires()
public boolean isTestMode()
public int getThisDc()
public TLVector<TLDcOption> getDcOptions()
public int getChatSizeMax()
public int getMegaGroupSizeMax()
public int getForwardedCountMax()
public int getOnlineUpdatePeriodMs()
public int getOfflineBlurTimeoutMs()
public int getOfflineIdleTimeoutMs()
public int getOnlineCloudTimeoutMs()
public int getNotifyCloudDelayMs()
public int getNotifyDefaultDelayMs()
public int getChatBigSize()
public int getPushChatPeriodMs()
public int getPushChatLimit()
public int getSavedGifsLimits()
public int getEditTimeLimit()
public int getRatingEDecay()
public int getStickersRecentLimit()
public int getTmpSessions()
public TLVector<TLDisabledFeature> getDisabledFeatures()
public boolean hasTemporalSessions()
public boolean hasPhoneCalls()
public int getPinnedDialogsCountMax()
public int getCallReceiveTimeoutMs()
public int getCallRingTimeoutMs()
public int getCallConnectTimeoutMs()
public int getCallPacketTimeoutMs()
public String getMeUrlPrefix()
public void serializeBody(OutputStream stream) throws IOException
TLObjectserializeBody in class TLObjectstream - destination streamIOExceptionpublic void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObjectdeserializeBody in class TLObjectstream - source streamcontext - tl contextIOExceptionCopyright © 2017. All rights reserved.