contactId property

ChatContactId? get contactId

Returns ChatContactId of the contact.

Should be used to determine whether the user is in the contacts list, as contact may be fetched with a delay.

Implementation

ChatContactId? get contactId => user?.user.value.contacts.firstOrNull?.id;