messageReportingEnabled property
When true, bot messages expose a long-press "Good/Bad response"
menu; "Bad response" opens a reason sheet that reports the message
(App Store UGC / Guideline 1.2). On by default. Surfaced via the
server config (message_reporting_enabled).
Implementation
bool get aiDisclosureRequireAck;/// When `true`, bot messages expose a long-press "Good/Bad response"
/// menu; "Bad response" opens a reason sheet that reports the message
/// (App Store UGC / Guideline 1.2). On by default. Surfaced via the
/// server config (`message_reporting_enabled`).
bool get messageReportingEnabled;