Class TdApi.GetMessageFileType

Enclosing class:
TdApi

public static class TdApi.GetMessageFileType
extends TdApi.Function
Returns information about a file with messages exported from another app.

Returns MessageFileType

  • Field Details

    • messageFileHead

      public String messageFileHead
      Beginning of the message file; up to 100 first lines.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetMessageFileType

      public GetMessageFileType()
      Returns information about a file with messages exported from another app.

      Returns MessageFileType

    • GetMessageFileType

      public GetMessageFileType​(String messageFileHead)
      Returns information about a file with messages exported from another app.

      Returns MessageFileType

      Parameters:
      messageFileHead - String Beginning of the message file; up to 100 first lines.
    • GetMessageFileType

      public GetMessageFileType​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details