ChatEventMemberJoinedByRequest constructor

const ChatEventMemberJoinedByRequest({
  1. required int approverUserId,
  2. ChatInviteLink? inviteLink,
})

A new member was accepted to the chat by an administrator

Implementation

const ChatEventMemberJoinedByRequest({
  required this.approverUserId,
  this.inviteLink,
});