UNPKG
@jss-rule-engine/chat
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
@jss-rule-engine/chat
/
dist
/
src
/
client
/
actions
/
sendMessage.d.ts
6 lines
(5 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IChatActionCommand
}
from
"../chatActionFactory"
;
import
{
CommandExecutionContext
}
from
"../types"
;
export
default
class
sendMessageCommand
implements
IChatActionCommand
{
execute
(
context
:
CommandExecutionContext
):
Promise
<
void
>; }