virtual void SetData(const Value& v) { SetText(AsString(v)); } virtual Value GetData() const { return GetText(); }
Report message to a moderator