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