showSubChannelMessagesOnly property
- @JsonKey(name: 'show_subchannel_messages_only')
read / write
Whether to show subChannel message only. Defaults to false. This only takes effect when the requested channel is a dynamically partitioned OpenChannel.
Implementation
@JsonKey(name: 'show_subchannel_messages_only')
bool showSubChannelMessagesOnly = false;