Package it.tdlight.jni
Class TdApi.InputMessagePhoto
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessagePhoto
- Enclosing class:
- TdApi
public static class TdApi.InputMessagePhoto extends TdApi.InputMessageContent
A photo message.
-
Field Summary
Fields Modifier and Type Field Description int[]
addedStickerFileIds
File identifiers of the stickers added to the photo, if applicable.TdApi.FormattedText
caption
Photo caption; 0-GetOption("message_caption_length_max") characters.static int
CONSTRUCTOR
int
height
Photo height.TdApi.InputFile
photo
Photo to send.TdApi.InputThumbnail
thumbnail
Photo thumbnail to be sent, this is sent to the other party in secret chats only.int
ttl
Photo TTL (Time To Live), in seconds (0-60).int
width
Photo width. -
Constructor Summary
Constructors Constructor Description InputMessagePhoto()
A photo message.InputMessagePhoto(TdApi.InputFile photo, TdApi.InputThumbnail thumbnail, int[] addedStickerFileIds, int width, int height, TdApi.FormattedText caption, int ttl)
A photo message.InputMessagePhoto(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
Photo to send. -
thumbnail
Photo thumbnail to be sent, this is sent to the other party in secret chats only. -
addedStickerFileIds
public int[] addedStickerFileIdsFile identifiers of the stickers added to the photo, if applicable. -
width
public int widthPhoto width. -
height
public int heightPhoto height. -
ttl
public int ttlPhoto TTL (Time To Live), in seconds (0-60). A non-zero TTL can be specified only in private chats. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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 ttl)A photo message.- Parameters:
photo
- InputFile Photo to send.thumbnail
- InputThumbnail Photo thumbnail to be sent, this is sent to the other party in secret chats only.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; 0-GetOption("message_caption_length_max") characters.ttl
- int Photo TTL (Time To Live), in seconds (0-60). A non-zero TTL can be specified only in private chats.
-
InputMessagePhoto
- 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()
-