public static class TdApi.FilePart extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
data
File bytes.
|
Constructor and Description |
---|
FilePart()
Contains a part of a file.
|
FilePart(byte[] data)
Contains a part of a file.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public byte[] data
public static final int CONSTRUCTOR
public FilePart()
public FilePart(byte[] data)
data
- File bytes.public int getConstructor()
getConstructor
in class TdApi.Object