ChatContactUserAddedEvent constructor
- ChatContactId contactId,
- PreciseDateTime at,
- User user
Implementation
const ChatContactUserAddedEvent(super.contactId, super.at, this.user);
const ChatContactUserAddedEvent(super.contactId, super.at, this.user);