Class TdApi.ChatTypePrivate

  • Enclosing class:
    TdApi

    public static class TdApi.ChatTypePrivate
    extends TdApi.ChatType
    An ordinary chat with a user.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int userId
      User identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChatTypePrivate()
      Default constructor.
      ChatTypePrivate​(int userId)
      Constructor for initialization of all fields.
    • Field Detail

      • userId

        public int userId
        User identifier.
      • CONSTRUCTOR

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

      • ChatTypePrivate

        public ChatTypePrivate()
        Default constructor.
      • ChatTypePrivate

        public ChatTypePrivate​(int userId)
        Constructor for initialization of all fields.
        Parameters:
        userId - User identifier.