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