- Enclosing class:
- TdApi
Imports messages exported from another app.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionFiles used in the imported messages.long
Identifier of a chat to which the messages will be imported.static final int
Identifier uniquely determining type of the object.File with messages to import. -
Constructor Summary
ConstructorDescriptionImports messages exported from another app.ImportMessages
(long chatId, TdApi.InputFile messageFile, TdApi.InputFile[] attachedFiles) Imports messages exported from another app.ImportMessages
(DataInput input) Imports messages exported from another app. -
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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of a chat to which the messages will be imported. It must be an identifier of a private chat with a mutual contact or an identifier of a supergroup chat with canChangeInfo member right. -
messageFile
File with messages to import. Only inputFileLocal and inputFileGenerated are supported. The file must not be previously uploaded. -
attachedFiles
Files used in the imported messages. Only inputFileLocal and inputFileGenerated are supported. The files must not be previously uploaded. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ImportMessages
public ImportMessages()Imports messages exported from another app.Returns
Ok
-
ImportMessages
Imports messages exported from another app.Returns
Ok
- Parameters:
chatId
- Identifier of a chat to which the messages will be imported. It must be an identifier of a private chat with a mutual contact or an identifier of a supergroup chat with canChangeInfo member right.messageFile
- File with messages to import. Only inputFileLocal and inputFileGenerated are supported. The file must not be previously uploaded.attachedFiles
- Files used in the imported messages. Only inputFileLocal and inputFileGenerated are supported. The files must not be previously uploaded.Returns
Ok
-
ImportMessages
Imports messages exported from another app.Returns
Ok
- 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()
-