EventChatCallConversationStarted constructor

const EventChatCallConversationStarted(
  1. ChatId chatId,
  2. ChatItemId callId,
  3. PreciseDateTime at,
  4. ChatCall call,
)

Implementation

const EventChatCallConversationStarted(
  super.chatId,
  this.callId,
  this.at,
  this.call,
);