EventChatCallConversationStarted constructor
- ChatItemId callId,
- ChatId chatId,
- PreciseDateTime at,
- ChatCall call,
Implementation
const EventChatCallConversationStarted(
super.callId,
super.chatId,
super.at,
this.call,
);
const EventChatCallConversationStarted(
super.callId,
super.chatId,
super.at,
this.call,
);