isReadOnly property

bool get isReadOnly
inherited

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;