hasVisibleHistory property

  1. @JsonKey.new(name: 'has_visible_history')
bool? get hasVisibleHistory
inherited

Optional. True if new members can see old messages.

Implementation

@JsonKey(name: 'has_visible_history')
bool? get hasVisibleHistory;