MmChannelModeratedRolesPatch constructor

MmChannelModeratedRolesPatch({
  1. bool? guests,
  2. bool? members,
})

Returns a new MmChannelModeratedRolesPatch instance.

Implementation

MmChannelModeratedRolesPatch({
  this.guests,
  this.members,
});