shouldAddChannel property

(bool Function(Event)?) shouldAddChannel
final

Function used to evaluate if a channel should be added to the list when a message.new event is received

Implementation

final bool Function(Event)? shouldAddChannel;