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
Identifier uniquely determining type of the object.boolean
True, if the photo preview must be covered by a spoiler animation.boolean
True, if the photo must be blurred and must be shown only while tapped.The photo. -
Constructor Summary
ConstructorDescriptionA photo message.MessagePhoto
(TdApi.Photo photo, TdApi.FormattedText caption, boolean hasSpoiler, boolean isSecret) A photo message.MessagePhoto
(DataInput input) A photo message. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
photo
The photo. -
hasSpoiler
public boolean hasSpoilerTrue, if the photo preview must be covered by a spoiler animation. -
isSecret
public boolean isSecretTrue, if the photo must be blurred and must be shown only while tapped. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessagePhoto
public MessagePhoto()A photo message. -
MessagePhoto
public MessagePhoto(TdApi.Photo photo, TdApi.FormattedText caption, boolean hasSpoiler, boolean isSecret) A photo message.- Parameters:
photo
- The photo.caption
- Photo caption.hasSpoiler
- True, if the photo preview must be covered by a spoiler animation.isSecret
- True, if the photo must be blurred and must be shown only while tapped.
-
MessagePhoto
A photo message.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-