Guard

fun interface Guard

Helper interface used with guard mechanics for several handlers.

Inheritors

Functions

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