public static class TdApi.Minithumbnail extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
data
The thumbnail in JPEG format.
|
int |
height
Thumbnail height, usually doesn't exceed 40.
|
int |
width
Thumbnail width, usually doesn't exceed 40.
|
| Constructor and Description |
|---|
Minithumbnail()
Thumbnail image of a very poor quality and low resolution.
|
Minithumbnail(int width,
int height,
byte[] data)
Thumbnail image of a very poor quality and low resolution.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic int width
public int height
public byte[] data
public static final int CONSTRUCTOR
public Minithumbnail()
public Minithumbnail(int width,
int height,
byte[] data)
width - Thumbnail width, usually doesn't exceed 40.height - Thumbnail height, usually doesn't exceed 40.data - The thumbnail in JPEG format.public int getConstructor()
getConstructor in class TdApi.Object