UNPKG
aijinkela-wechaty
Version:
latest (1.20.2)
next (1.20.2)
1.20.2
Wechaty is a RPA SDK for Chatbot Makers.
github.com/wechaty/
wechaty/wechaty
aijinkela-wechaty
/
dist
/
cjs
/
src
/
sayable
/
sayable-to-payload.d.ts
5 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
PUPPET
from
'wechaty-puppet'
;
import
type
{
Sayable
}
from
'./types.js'
;
declare
function
sayableToPayload
(
sayable
:
Sayable
):
Promise
<
undefined
|
PUPPET
.
payloads
.
Sayable
>;
export
{ sayableToPayload, };
//# sourceMappingURL=sayable-to-payload.d.ts.map