Class TdApi.MessageFileTypePrivate

  • Enclosing class:
    TdApi

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

      • name

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Name of the other party; may be empty if unrecognized.