public static class TdApi.TestBytes extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
value
Bytes.
|
| Constructor and Description |
|---|
TestBytes()
A simple object containing a sequence of bytes; for testing only.
|
TestBytes(byte[] value)
A simple object containing a sequence of bytes; for testing only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] value
public static final int CONSTRUCTOR
public TestBytes()
public TestBytes(byte[] value)
value - Bytes.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object