The Contact class is used to store the information of a contact.

Constructors

Properties

Constructors

  • Parameters

    • params: {
          remark: string;
          userId: string;
      }
      • remark: string
      • userId: string

    Returns ChatContact

Properties

remark: string

The remark of the contact.

userId: string

The user id of the contact.