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