EventChatContactGroupRemoved constructor

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

Implementation

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