Module tdlight.api

Class TdApi.ImportMessages

Enclosing class:
TdApi

public static final class TdApi.ImportMessages extends TdApi.Function<TdApi.Ok>
Imports messages exported from another app.

Returns Ok

  • Field Details

    • chatId

      public long 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

      public TdApi.InputFile messageFile
      File with messages to import. Only inputFileLocal and inputFileGenerated are supported. The file must not be previously uploaded.
    • attachedFiles

      public TdApi.InputFile[] 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ImportMessages

      public ImportMessages()
      Imports messages exported from another app.

      Returns Ok

    • ImportMessages

      public ImportMessages(long chatId, TdApi.InputFile messageFile, TdApi.InputFile[] attachedFiles)
      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

      public ImportMessages(DataInput input) throws IOException
      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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object