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