MmAddChannelMemberRequest constructor

MmAddChannelMemberRequest({
  1. required String userId,
  2. String? postRootId,
})

Returns a new MmAddChannelMemberRequest instance.

Implementation

MmAddChannelMemberRequest({
  required this.userId,
  this.postRootId,
});