MutableFilteredStreamRule - daneden/Twift GitHub Wiki

MutableFilteredStreamRule

A mutable version of FilteredStreamRule for creating new rules

public struct MutableFilteredStreamRule: Codable 

Inheritance

Codable

Properties

value

The string query for this filtered stream rule

public var value: String

tag

The optional tag for this stream rule

public var tag: String?