Preparing search index...
The search index is not available
linquebot_v2
linquebot_v2
util/types
Plugin
Type alias Plugin
Plugin
:
{
init
:
(
(
app
)
=>
MaybePromise
<
void
>
)
;
}
The type that every plugin module should fit.
Type declaration
init
:
(
(
app
)
=>
MaybePromise
<
void
>
)
(
app
)
:
MaybePromise
<
void
>
Parameters
app
:
App
Returns
MaybePromise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
linquebot_v2
bridges/telegram
bridges/test
index
lib/app
lib/command
lib/db
lib/file_lock
lib/process
lib/super_manager
lock_fs
types/app
types/bridge
types/config
types/plugin
util/fatal_error
util/fs
util/std
util/string
util/types
Generated using
TypeDoc
The type that every plugin module should fit.