Regex

class Regex(val value: Regex, val filter: KClass<out Filter>, val scope: Set<UpdateType>) : CommonMatcher

Constructors

Link copied to clipboard
constructor(value: Regex, filter: KClass<out Filter>, scope: Set<UpdateType>)

Properties

Link copied to clipboard
val filter: KClass<out Filter>
Link copied to clipboard
Link copied to clipboard
open override val value: Regex

Functions

Link copied to clipboard
open suspend override fun match(text: String, update: ProcessedUpdate, bot: TelegramBot): Boolean
Link copied to clipboard
open override fun toString(): String