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