public static class TdApi.TestCallBytes extends TdApi.Function
Returns TestBytes
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
x
Bytes to return.
|
Constructor and Description |
---|
TestCallBytes()
Default constructor for a function, which returns the received bytes; for testing only.
|
TestCallBytes(byte[] x)
Creates a function, which returns the received bytes; for testing only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public byte[] x
public static final int CONSTRUCTOR
public TestCallBytes()
Returns TestBytes
public TestCallBytes(byte[] x)
Returns TestBytes
x
- Bytes to return.public int getConstructor()
getConstructor
in class TdApi.Function