CommandArgs constructor
CommandArgs({})
Implementation
CommandArgs(
{required this.msg,
this.editEventId,
this.inReplyTo,
required this.room,
this.txid,
this.threadRootEventId,
this.threadLastEventId});