Class TdApi.MessageFileTypePrivate

Enclosing class:
TdApi

public static class TdApi.MessageFileTypePrivate
extends TdApi.MessageFileType
The messages was exported from a private chat.
  • Field Details

    • name

      public String name
      Name of the other party; may be empty if unrecognized.
    • CONSTRUCTOR

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

    • MessageFileTypePrivate

      public MessageFileTypePrivate()
      The messages was exported from a private chat.
    • MessageFileTypePrivate

      public MessageFileTypePrivate​(String name)
      The messages was exported from a private chat.
      Parameters:
      name - String Name of the other party; may be empty if unrecognized.
    • MessageFileTypePrivate

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