Package org.drinkless.tdlib
Class TdApi.InputMessagePhoto
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputMessageContent
org.drinkless.tdlib.TdApi.InputMessagePhoto
- Enclosing class:
- TdApi
A photo message.
-
Field Summary
FieldsModifier and TypeFieldDescriptionPhoto caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.static final intIdentifier uniquely determining type of the object.booleanTrue, if the photo preview must be covered by a spoiler animation; not supported in secret chats.Photo to be sent.Photo self-destruct type; pass null if none; private chats only.booleanTrue, if the caption must be shown above the photo; otherwise, the caption must be shown below the photo; not supported in secret chats. -
Constructor Summary
ConstructorsConstructorDescriptionA photo message.InputMessagePhoto(TdApi.InputPhoto photo, TdApi.FormattedText caption, boolean showCaptionAboveMedia, TdApi.MessageSelfDestructType selfDestructType, boolean hasSpoiler) A photo message. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
photo
Photo to be sent. -
caption
Photo caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters. -
showCaptionAboveMedia
public boolean showCaptionAboveMediaTrue, if the caption must be shown above the photo; otherwise, the caption must be shown below the photo; not supported in secret chats. -
selfDestructType
Photo self-destruct type; pass null if none; private chats only. -
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessagePhoto
public InputMessagePhoto()A photo message. -
InputMessagePhoto
public InputMessagePhoto(TdApi.InputPhoto photo, TdApi.FormattedText caption, boolean showCaptionAboveMedia, TdApi.MessageSelfDestructType selfDestructType, boolean hasSpoiler) A photo message.- Parameters:
photo- Photo to be sent.caption- Photo caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.showCaptionAboveMedia- True, if the caption must be shown above the photo; otherwise, the caption must be shown below the photo; not supported in secret chats.selfDestructType- Photo self-destruct type; pass null if none; private chats only.hasSpoiler- True, if the photo preview must be covered by a spoiler animation; not supported in secret chats.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-