showSubChannelMessagesOnly property

  1. @JsonKey(name: 'show_subchannel_messages_only')
bool showSubChannelMessagesOnly
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;