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