class Tourmaline::FilterGroup

Defined in:

tourmaline/filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(base : Filter | FilterGroup) #

[View source]

Instance Method Detail

def &(other : Filter | FilterGroup) #

[View source]
def |(other : Filter | FilterGroup) #

[View source]
def exec(client : Client, update : Update) : Bool #

[View source]
def to_s(io) #

[View source]