enableClearHistory property
Server-side gate for the in-chat "Clear chat history" menu item.
Implementation
@JsonKey(name: 'enable_user_export') bool get enableUserExport;/// Server-side gate for the in-chat "Clear chat history" menu item.
// ignore: invalid_annotation_target
@JsonKey(name: 'enable_clear_history') bool get enableClearHistory;