EventChatCallAnswerTimeoutPassed constructor
- ChatItemId callId,
- ChatId chatId,
- PreciseDateTime at,
- ChatCall call,
- User? user,
- UserId? userId,
Implementation
const EventChatCallAnswerTimeoutPassed(
super.callId,
super.chatId,
super.at,
this.call,
this.user,
this.userId,
);