public static class TdApi.CallServerTypeTelegramReflector extends TdApi.CallServerType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isTcp
True, if the server uses TCP instead of UDP.
|
byte[] |
peerTag
A peer tag to be used with the reflector.
|
| Constructor and Description |
|---|
CallServerTypeTelegramReflector()
A Telegram call reflector.
|
CallServerTypeTelegramReflector(byte[] peerTag,
boolean isTcp)
A Telegram call reflector.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] peerTag
public boolean isTcp
public static final int CONSTRUCTOR
public CallServerTypeTelegramReflector()
public CallServerTypeTelegramReflector(byte[] peerTag,
boolean isTcp)
peerTag - A peer tag to be used with the reflector.isTcp - True, if the server uses TCP instead of UDP.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object