V2TimGroupReportElem constructor

V2TimGroupReportElem(
  1. {required String groupID,
  2. required int type,
  3. String? opUserID,
  4. V2TimUserFullInfo? opUserInfo,
  5. V2TimGroupMemberInfo? opMemberInfo,
  6. String? reason,
  7. String? customData,
  8. String? platform,
  9. int? shutUpTime,
  10. int? messageReceiveOpt}
)

Implementation

V2TimGroupReportElem({
  required this.groupID,
  required this.type,
  this.opUserID,
  this.opUserInfo,
  this.opMemberInfo,
  this.reason,
  this.customData,
  this.platform,
  this.shutUpTime,
  this.messageReceiveOpt,
}): super(elemType: MessageElemType.V2TIM_ELEM_TYPE_GROUP_REPORT);