Package it.tdlight.jni
Class TdApi.TestCallBytes
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.TestCallBytes
- Enclosing class:
- TdApi
public static class TdApi.TestCallBytes extends TdApi.Function
Returns the received bytes; for testing
only. This is an offline method. Can
be called before authorization.
Returns TestBytes
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
byte[]
x
Bytes to return. -
Constructor Summary
Constructors Constructor Description TestCallBytes()
Returns the received bytes; for testing only.TestCallBytes(byte[] x)
Returns the received bytes; for testing only.TestCallBytes(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
x
public byte[] xBytes to return. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
TestCallBytes
public TestCallBytes()Returns the received bytes; for testing only. This is an offline method. Can be called before authorization.Returns
TestBytes
-
TestCallBytes
public TestCallBytes(byte[] x)Returns the received bytes; for testing only. This is an offline method. Can be called before authorization.Returns
TestBytes
- Parameters:
x
- byte[] Bytes to return.
-
TestCallBytes
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-