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