Preparing search index...
The search index is not available
wizzljs
wizzljs
Ctx
Interface Ctx
interface
Ctx
{
message
:
Message
;
resource
:
{
id
:
string
;
send
:
(
(
message
:
string
)
=>
void
)
;
}
;
type
(
)
:
Promise
<
null
|
GroupType
>
;
}
Index
Properties
message
resource
Methods
type
Properties
message
message
:
Message
resource
resource
:
{
id
:
string
;
send
:
(
(
message
:
string
)
=>
void
)
;
}
Methods
type
type
(
)
:
Promise
<
null
|
GroupType
>
Returns
Promise
<
null
|
GroupType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
resource
Methods
type
wizzljs
Loading...