chatDisabled property
Set to true when the actor cannot actively participate in conversations
Implementation
String get $type; String get did; String get handle; String? get displayName; String? get avatar;@ProfileAssociatedConverter() ProfileAssociated? get associated;@ViewerStateConverter() ViewerState? get viewer;@LabelConverter() List<Label>? get labels;/// Set to true when the actor cannot actively participate in conversations
bool? get chatDisabled;