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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] data
public static final int CONSTRUCTOR
public FilePart()
public FilePart(byte[] data)
data - File bytes.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object