MmChannelModerationPatch constructor

MmChannelModerationPatch({
  1. String? name,
  2. MmChannelModeratedRolesPatch? roles,
})

Returns a new MmChannelModerationPatch instance.

Implementation

MmChannelModerationPatch({
  this.name,
  this.roles,
});