Package it.tdlight.jni
Class TdApi.MessagePhoto
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessagePhoto
- Enclosing class:
- TdApi
public static class TdApi.MessagePhoto extends TdApi.MessageContent
A photo message.
-
Field Summary
Fields Modifier and Type Field Description TdApi.FormattedText
caption
Photo caption.static int
CONSTRUCTOR
boolean
isSecret
True, if the photo must be blurred and must be shown only while tapped.TdApi.Photo
photo
The photo description. -
Constructor Summary
Constructors Constructor Description MessagePhoto()
A photo message.MessagePhoto(TdApi.Photo photo, TdApi.FormattedText caption, boolean isSecret)
A photo message.MessagePhoto(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
The photo description. -
isSecret
public boolean isSecretTrue, if the photo must be blurred and must be shown only while tapped. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessagePhoto
public MessagePhoto()A photo message. -
MessagePhoto
A photo message.- Parameters:
photo
- Photo The photo description.caption
- FormattedText Photo caption.isSecret
- boolean True, if the photo must be blurred and must be shown only while tapped.
-
MessagePhoto
- 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()
-