Package it.tdlight.jni
Class TdApi.PageBlockPhoto
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockPhoto
- Enclosing class:
- TdApi
public static class TdApi.PageBlockPhoto extends TdApi.PageBlock
A photo.
-
Field Summary
Fields Modifier and Type Field Description TdApi.PageBlockCaption
caption
Photo caption.static int
CONSTRUCTOR
TdApi.Photo
photo
Photo file; may be null.String
url
URL 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.PageBlockPhoto(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
photo
Photo file; may be null. -
url
URL that needs to be opened when the photo is clicked. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PageBlockPhoto
public PageBlockPhoto()A photo. -
PageBlockPhoto
A photo.- Parameters:
photo
- Photo Photo file; may be null.caption
- PageBlockCaption Photo caption.url
- String URL that needs to be opened when the photo is clicked.
-
PageBlockPhoto
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-