ChatContactPhoneAddedEvent constructor
- ChatContactId contactId,
- PreciseDateTime at,
- UserPhone phone
Implementation
const ChatContactPhoneAddedEvent(super.contactId, super.at, this.phone);
const ChatContactPhoneAddedEvent(super.contactId, super.at, this.phone);