EventChatCallStarted constructor

const EventChatCallStarted(
  1. ChatId chatId,
  2. ChatCall call
)

Implementation

const EventChatCallStarted(super.chatId, this.call);