Package org.drinkless.tdlib
Class TdApi.PageBlockPhoto
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlock
-
- org.drinkless.tdlib.TdApi.PageBlockPhoto
-
- Enclosing class:
- TdApi
public static class TdApi.PageBlockPhoto extends TdApi.PageBlock
A photo.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.PageBlockCaptioncaptionPhoto caption.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PhotophotoPhoto file; may be null.StringurlURL that needs to be opened when the photo is clicked.
-
Constructor Summary
Constructors Constructor Description PageBlockPhoto()A photo.PageBlockPhoto(TdApi.Photo photo, TdApi.PageBlockCaption caption, String url)A photo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
photo
public TdApi.Photo photo
Photo file; may be null.
-
caption
public TdApi.PageBlockCaption caption
Photo caption.
-
url
public String url
URL that needs to be opened when the photo is clicked.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockPhoto
public PageBlockPhoto()
A photo.
-
PageBlockPhoto
public PageBlockPhoto(TdApi.Photo photo, TdApi.PageBlockCaption caption, String url)
A photo.- Parameters:
photo- Photo file; may be null.caption- Photo caption.url- URL that needs to be opened when the photo is clicked.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-