public static class TdApi.CallServerTypeTelegramReflector extends TdApi.CallServerType
TdApi.CallServerType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
peerTag
A peer tag to be used with the reflector.
|
Constructor and Description |
---|
CallServerTypeTelegramReflector()
A Telegram call reflector.
|
CallServerTypeTelegramReflector(byte[] peerTag)
A Telegram call reflector.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public byte[] peerTag
public static final int CONSTRUCTOR
public CallServerTypeTelegramReflector()
public CallServerTypeTelegramReflector(byte[] peerTag)
peerTag
- A peer tag to be used with the reflector.public int getConstructor()
getConstructor
in class TdApi.CallServerType