java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessagePhoto
- Enclosing class:
- TdApi
A photo message.
-
Field Summary
Modifier and TypeFieldDescriptionint[]
File identifiers of the stickers added to the photo, if applicable.Photo caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.static final int
boolean
True, if the photo preview must be covered by a spoiler animation; not supported in secret chats.int
Photo height.Photo to send.int
Photo self-destruct time, in seconds (0-60).Photo thumbnail to be sent; pass null to skip thumbnail uploading.int
Photo width. -
Constructor Summary
ConstructorDescriptionA photo message.InputMessagePhoto
(TdApi.InputFile photo, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int width, int height, TdApi.FormattedText caption, int selfDestructTime, boolean hasSpoiler) A photo message.InputMessagePhoto
(DataInput input) A photo message. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
photo
Photo to send. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20. -
thumbnail
Photo thumbnail to be sent; pass null to skip thumbnail uploading. The thumbnail is sent to the other party only in secret chats. -
addedStickerFileIds
public int[] addedStickerFileIdsFile identifiers of the stickers added to the photo, if applicable. -
width
public int widthPhoto width. -
height
public int heightPhoto height. -
selfDestructTime
public int selfDestructTimePhoto self-destruct time, in seconds (0-60). A non-zero self-destruct time can be specified only in private chats. -
hasSpoiler
public boolean hasSpoilerTrue, if the photo preview must be covered by a spoiler animation; not supported in secret chats. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputMessagePhoto
public InputMessagePhoto()A photo message. -
InputMessagePhoto
public InputMessagePhoto(TdApi.InputFile photo, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int width, int height, TdApi.FormattedText caption, int selfDestructTime, boolean hasSpoiler) A photo message.- Parameters:
photo
- InputFile Photo to send. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20.thumbnail
- InputThumbnail Photo thumbnail to be sent; pass null to skip thumbnail uploading. The thumbnail is sent to the other party only in secret chats.addedStickerFileIds
- int[] File identifiers of the stickers added to the photo, if applicable.width
- int Photo width.height
- int Photo height.caption
- FormattedText Photo caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.selfDestructTime
- int Photo self-destruct time, in seconds (0-60). A non-zero self-destruct time can be specified only in private chats.hasSpoiler
- boolean True, if the photo preview must be covered by a spoiler animation; not supported in secret chats.
-
InputMessagePhoto
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()
-