Converts the object into JSON map
Map<String, Object?> toJson() { return switch (this) { Message() => (this as Message).toJson(), InaccessibleMessage() => (this as InaccessibleMessage).toJson(), }; }