ChatContactGroupRemovedEvent constructor

const ChatContactGroupRemovedEvent(
  1. ChatContactId contactId,
  2. PreciseDateTime at,
  3. ChatId groupId
)

Implementation

const ChatContactGroupRemovedEvent(super.contactId, super.at, this.groupId);