RecallMessageSystemMessage constructor
RecallMessageSystemMessage({})
Implementation
RecallMessageSystemMessage({
required this.groupID,
required this.recallMessageOperator,
required this.isRecalledBySelf,
required this.isInGroup,
required this.recallReason,
});