ChatCallFinishedEvent constructor

const ChatCallFinishedEvent(
  1. ChatId chatId,
  2. ChatCall call,
  3. ChatCallFinishReason reason
)

Implementation

const ChatCallFinishedEvent(super.chatId, this.call, this.reason);