ChannelRecipientAddEvent constructor
const
ChannelRecipientAddEvent({
- required String channelId,
- required UserPartialResponse user,
Implementation
const ChannelRecipientAddEvent({required this.channelId, required this.user});