ChatCallConversationStartedEvent constructor

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

Implementation

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