EventChatCallMoved constructor

const EventChatCallMoved(
  1. ChatItemId callId,
  2. ChatId chatId,
  3. PreciseDateTime at,
  4. ChatCall call,
  5. User user,
  6. ChatId newChatId,
  7. Chat newChat,
  8. ChatItemId newCallId,
  9. ChatCall newCall,
)

Implementation

const EventChatCallMoved(
  super.callId,
  super.chatId,
  super.at,
  this.call,
  this.user,
  this.newChatId,
  this.newChat,
  this.newCallId,
  this.newCall,
);