MmBot constructor
MmBot({})
Returns a new MmBot instance.
Implementation
MmBot({
this.userId,
this.createAt,
this.updateAt,
this.deleteAt,
this.username,
this.displayName,
this.description,
this.ownerId,
});