Module tdlight.api

Class TdApi.MessageFileTypePrivate

Enclosing class:
TdApi

public static final 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:
  • 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
      The messages was exported from a private chat.
      Throws:
      IOException
  • Method Details