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