Filter

interface Filter

Helper interface used for @CommonHandler filtering mechanics.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun match(user: User?, update: ProcessedUpdate, bot: TelegramBot): Boolean