java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputMessageContent
it.tdlight.jni.TdApi.InputMessageDocument
- Enclosing class:
- TdApi
A document message (general file).
-
Field Summary
Modifier and TypeFieldDescriptionDocument caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.static final int
Identifier uniquely determining type of the object.boolean
If true, automatic file type detection will be disabled and the document will always be sent as file.Document to be sent.Document thumbnail; pass null to skip thumbnail uploading. -
Constructor Summary
ConstructorDescriptionA document message (general file).InputMessageDocument
(TdApi.InputFile document, TdApi.InputThumbnail thumbnail, boolean disableContentTypeDetection, TdApi.FormattedText caption) A document message (general file).InputMessageDocument
(DataInput input) A document message (general file). -
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
-
document
Document to be sent. -
thumbnail
Document thumbnail; pass null to skip thumbnail uploading. -
disableContentTypeDetection
public boolean disableContentTypeDetectionIf true, automatic file type detection will be disabled and the document will always be sent as file. Always true for files sent to secret chats. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputMessageDocument
public InputMessageDocument()A document message (general file). -
InputMessageDocument
public InputMessageDocument(TdApi.InputFile document, TdApi.InputThumbnail thumbnail, boolean disableContentTypeDetection, TdApi.FormattedText caption) A document message (general file).- Parameters:
document
- Document to be sent.thumbnail
- Document thumbnail; pass null to skip thumbnail uploading.disableContentTypeDetection
- If true, automatic file type detection will be disabled and the document will always be sent as file. Always true for files sent to secret chats.caption
- Document caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.
-
InputMessageDocument
A document message (general file).- 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()
-