abstract class Tourmaline::Filter

Direct Known Subclasses

Defined in:

tourmaline/filter.cr

Instance Method Summary

Instance Method Detail

def &(other : Filter | FilterGroup) #

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

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

[View source]