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