- 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
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
Methods 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 administrator 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 CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ImportMessages
public ImportMessages()Imports messages exported from another app. ReturnsOk
-
ImportMessages
Imports messages exported from another app. ReturnsOk
- Parameters:
chatId
- long 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 administrator right.messageFile
- InputFile File with messages to import. Only inputFileLocal and inputFileGenerated are supported. The file must not be previously uploaded.attachedFiles
- InputFile[] Files used in the imported messages. Only inputFileLocal and inputFileGenerated are supported. The files must not be previously uploaded.
-
ImportMessages
Imports messages exported from another app. ReturnsOk
- 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()
-