ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.behaviour_builder
/
dev.inmo.tgbotapi.extensions.behaviour_builder.utils
/
containsCommand
contains
Command
suspend
fun
BehaviourContext
.
containsCommand
(
commandRegex
:
Regex
,
textSources
:
TextSourcesList
)
:
Boolean
suspend
fun
containsCommand
(
commandRegex
:
Regex
)
:
<Error class: unknown class>
suspend
fun
containsCommand
(
command
:
String
)
:
<Error class: unknown class>
suspend
fun
BehaviourContext
.
containsCommand
(
command
:
String
,
textSources
:
TextSourcesList
)
:
Boolean