EventChatCallFinished constructor
- ChatItemId callId,
- ChatId chatId,
- PreciseDateTime at,
- ChatCall call,
- ChatCallFinishReason reason,
Implementation
const EventChatCallFinished(
super.callId,
super.chatId,
super.at,
this.call,
this.reason,
);