UNPKG
kbotify
Version:
alpha (0.2.5-alpha.1)
latest (0.2.10)
0.2.10
0.2.8-alpha.0
0.2.6
0.2.5
0.2.5-rc.5
0.2.5-rc.4
0.2.5-rc.1
0.2.5-rc.0
0.2.5-alpha.4
0.2.5-alpha.3
0.2.5-alpha.2
0.2.5-alpha.1
0.2.5-alpha.0
0.2.3
0.2.2
0.2.1
0.1.50
0.1.49
0.1.48
0.1.46
0.1.43
0.1.42
0.1.41
0.1.40
0.1.36
0.1.30
0.1.29
0.1.27
0.1.16
0.1.15
0.1.14
0.1.13
0.1.10
0.1.9
0.1.8
0.1.7
0.1.5
0.1.3
kaiheila bot framework
github.com/fi6/kBotify
fi6/kBotify
kbotify
/
dist
/
core
/
kbotify
/
message.parse.d.ts
4 lines
(3 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
import
{
ButtonEventMessage
,
TextMessage
}
from
'../message'
;
import
{
KBotify
}
from
'.'
;
export
declare
const
messageParser
:
(
msg
:
TextMessage
|
ButtonEventMessage
,
client
:
KBotify
) =>
string
[] |
void
;