EventChatCallMoved constructor
- ChatItemId callId,
- ChatId chatId,
- PreciseDateTime at,
- ChatCall call,
- User user,
- ChatId newChatId,
- Chat newChat,
- ChatItemId newCallId,
- ChatCall newCall,
Implementation
const EventChatCallMoved(
super.callId,
super.chatId,
super.at,
this.call,
this.user,
this.newChatId,
this.newChat,
this.newCallId,
this.newCall,
);