GroupRightsTransferNoticication constructor

GroupRightsTransferNoticication({
  1. GroupInfo? group,
  2. GroupMembersInfo? opUser,
  3. GroupMembersInfo? newGroupOwner,
})

Implementation

GroupRightsTransferNoticication({
  this.group,
  this.opUser,
  this.newGroupOwner,
});