Preparing search index...
The search index is not available
wizzljs
wizzljs
ReactionCtx
Interface ReactionCtx
interface
ReactionCtx
{
reaction
:
Reaction
;
resource
:
{
id
:
string
;
send
:
(
(
message
:
string
)
=>
void
)
;
}
;
type
(
)
:
Promise
<
null
|
GroupType
>
;
}
Index
Properties
reaction
resource
Methods
type
Properties
reaction
reaction
:
Reaction
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
reaction
resource
Methods
type
wizzljs
Loading...