Class TdApi.ChatTypePrivate

  • Enclosing class:
    TdApi

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

      • userId

        public long 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()
        An ordinary chat with a user.
      • ChatTypePrivate

        public ChatTypePrivate​(long userId)
        An ordinary chat with a user.
        Parameters:
        userId - User identifier.