isReadOnly property
Whether the chat is in read-only mode (no user input allowed). When true, the chat input field will be disabled.
Implementation
bool get isPreviewMode;/// Whether the chat is in read-only mode (no user input allowed).
/// When true, the chat input field will be disabled.
bool get isReadOnly;