public static class TdApi.Thumbnail extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.File |
file
The thumbnail.
|
TdApi.ThumbnailFormat |
format
Thumbnail format.
|
int |
height
Thumbnail height.
|
int |
width
Thumbnail width.
|
Constructor and Description |
---|
Thumbnail()
Represents a thumbnail.
|
Thumbnail(TdApi.ThumbnailFormat format,
int width,
int height,
TdApi.File file)
Represents a thumbnail.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ThumbnailFormat format
public int width
public int height
public TdApi.File file
public static final int CONSTRUCTOR
public Thumbnail()
public Thumbnail(TdApi.ThumbnailFormat format, int width, int height, TdApi.File file)
format
- Thumbnail format.width
- Thumbnail width.height
- Thumbnail height.file
- The thumbnail.public int getConstructor()
getConstructor
in class TdApi.Object