docs
3.0.2
common
docs
/
dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar
/
HandleableTriggersHolder
Handleable
Triggers
Holder
common
open
class
HandleableTriggersHolder
<
T
>
(
preset
:
List
<
T
>
=
emptyList()
)
Content copied to clipboard
Constructors
Functions
Properties
Inheritors
Constructors
Handleable
Triggers
Holder
Link copied to clipboard
common
fun
<
T
>
HandleableTriggersHolder
(
preset
:
List
<
T
>
=
emptyList()
)
Content copied to clipboard
Functions
register
Handleable
Link copied to clipboard
common
suspend
fun
registerHandleable
(
data
:
T
)
Content copied to clipboard
unregister
Handleable
Link copied to clipboard
common
suspend
fun
unregisterHandleable
(
data
:
T
)
Content copied to clipboard
Properties
handleable
Link copied to clipboard
common
val
handleable
:
List
<
T
>
Content copied to clipboard
Inheritors
HandleableCallbackBasedHolder
Link copied to clipboard
HandleableRegexesHolder
Link copied to clipboard