ChatCallStartedEvent constructor

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

Implementation

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