Package it.tdlight.jni
Class TdApi.PushMessageContentPhoto
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentPhoto
- Enclosing class:
- TdApi
public static class TdApi.PushMessageContentPhoto extends TdApi.PushMessageContent
A photo message.
-
Field Summary
Fields Modifier and Type Field Description String
caption
Photo caption.static int
CONSTRUCTOR
boolean
isPinned
True, if the message is a pinned message with the specified content.boolean
isSecret
True, if the photo is secret.TdApi.Photo
photo
Message content; may be null. -
Constructor Summary
Constructors Constructor Description PushMessageContentPhoto()
A photo message.PushMessageContentPhoto(TdApi.Photo photo, String caption, boolean isSecret, boolean isPinned)
A photo message.PushMessageContentPhoto(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
Message content; may be null. -
isSecret
public boolean isSecretTrue, if the photo is secret. -
isPinned
public boolean isPinnedTrue, if the message is a pinned message with the specified content. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PushMessageContentPhoto
public PushMessageContentPhoto()A photo message. -
PushMessageContentPhoto
public PushMessageContentPhoto(TdApi.Photo photo, String caption, boolean isSecret, boolean isPinned)A photo message.- Parameters:
photo
- Photo Message content; may be null.caption
- String Photo caption.isSecret
- boolean True, if the photo is secret.isPinned
- boolean True, if the message is a pinned message with the specified content.
-
PushMessageContentPhoto
- 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()
-