java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessagePhoto
- Enclosing class:
- TdApi
A photo message.
-
Field Summary
Modifier and TypeFieldDescriptionPhoto caption.static final int
boolean
True, if the photo must be blurred and must be shown only while tapped.The photo description. -
Constructor Summary
ConstructorDescriptionA photo message.MessagePhoto
(TdApi.Photo photo, TdApi.FormattedText caption, boolean isSecret) A photo message.MessagePhoto
(DataInput input) A photo message. -
Method Summary
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:
-
-
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
A photo message.- 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()
-