RuleExecution constructor
RuleExecution({})
Implementation
RuleExecution({
required this.ruleId,
required this.channelId,
required this.messageId,
required this.server,
required this.member,
required this.action,
required this.triggerType,
required this.content,
this.matchedContent,
this.matchedKeyword,
});