ChannelRecipientAddEvent constructor

const ChannelRecipientAddEvent({
  1. required String channelId,
  2. required UserPartialResponse user,
})

Implementation

const ChannelRecipientAddEvent({required this.channelId, required this.user});