EventChatCallAnswerTimeoutPassed constructor

const EventChatCallAnswerTimeoutPassed(
  1. ChatItemId callId,
  2. ChatId chatId,
  3. PreciseDateTime at,
  4. ChatCall call,
  5. User? user,
  6. UserId? userId,
)

Implementation

const EventChatCallAnswerTimeoutPassed(
  super.callId,
  super.chatId,
  super.at,
  this.call,
  this.user,
  this.userId,
);