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