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() |
toString
public byte[] value
public static final int CONSTRUCTOR
public TestBytes()
public TestBytes(byte[] value)
value
- Bytes.public int getConstructor()
getConstructor
in class TdApi.Object