Package org.drinkless.tdlib
Class TdApi.PaidMediaPhoto
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PaidMedia
org.drinkless.tdlib.TdApi.PaidMediaPhoto
- Enclosing class:
TdApi
The media is a photo.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.PaidMedia
TdApi.PaidMedia.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The photo.The video representing the live photo; may be null if the photo is static. -
Constructor Summary
ConstructorsConstructorDescriptionThe media is a photo.PaidMediaPhoto(TdApi.Photo photo, TdApi.Video video) 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
The photo. -
video
The video representing the live photo; may be null if the photo is static. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PaidMediaPhoto
public PaidMediaPhoto()The media is a photo. -
PaidMediaPhoto
The media is a photo.- Parameters:
photo- The photo.video- The video representing the live photo; may be null if the photo is static.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.PaidMedia- Returns:
- this.CONSTRUCTOR
-