Package org.drinkless.tdlib
Class TdApi.LinkPreviewAlbumMediaPhoto
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewAlbumMedia
org.drinkless.tdlib.TdApi.LinkPreviewAlbumMediaPhoto
- Enclosing class:
- TdApi
The media is a photo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Photo description. -
Constructor Summary
ConstructorsConstructorDescriptionThe media is a photo.The media is a photo. -
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
-
photo
Photo description. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewAlbumMediaPhoto
public LinkPreviewAlbumMediaPhoto()The media is a photo. -
LinkPreviewAlbumMediaPhoto
The media is a photo.- Parameters:
photo- Photo description.
-
-
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
-