ModerationRestrictions constructor

ModerationRestrictions({
  1. String? chatRestriction,
  2. String? defaultJoinAsViewerType,
  3. String? presentRestriction,
  4. String? reactionRestriction,
})

Implementation

ModerationRestrictions({
  this.chatRestriction,
  this.defaultJoinAsViewerType,
  this.presentRestriction,
  this.reactionRestriction,
});