public static class TdApi.TestCallBytes extends TdApi.Function<TdApi.TestBytes>
Returns TestBytes
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] x
public static final int CONSTRUCTOR
public TestCallBytes()
Returns TestBytes
public TestCallBytes(byte[] x)
Returns TestBytes
x - Bytes to return.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object