EventChatCallHandRaised constructor
- ChatItemId callId,
- ChatId chatId,
- PreciseDateTime at,
- ChatCall call,
- User user,
- ChatCallDeviceId deviceId,
Implementation
const EventChatCallHandRaised(
  super.callId,
  super.chatId,
  super.at,
  this.call,
  this.user,
  this.deviceId,
);