V2TimGroupReportElem constructor
- {required String groupID,
- required int type,
- String? opUserID,
- V2TimUserFullInfo? opUserInfo,
- V2TimGroupMemberInfo? opMemberInfo,
- String? reason,
- String? customData,
- String? platform,
- int? shutUpTime,
- 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);