EventChatCallMoved constructor

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

Implementation

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