Package org.drinkless.tdlib
Class TdApi.Thumbnail
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Thumbnail
- Enclosing class:
- TdApi
Represents a thumbnail.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The thumbnail.Thumbnail format.intThumbnail height.intThumbnail width. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a thumbnail.Thumbnail(TdApi.ThumbnailFormat format, int width, int height, TdApi.File file) Represents a thumbnail. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
format
Thumbnail format. -
width
public int widthThumbnail width. -
height
public int heightThumbnail height. -
file
The thumbnail. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
Thumbnail
public Thumbnail()Represents a thumbnail. -
Thumbnail
Represents a thumbnail.- Parameters:
format- Thumbnail format.width- Thumbnail width.height- Thumbnail height.file- The thumbnail.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-