提交 fb492a3a 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

add id to sayable

上级 441b9742
......@@ -7,11 +7,12 @@ import {
export type AnyFunction = (...args: any[]) => any
export interface Sayable {
id : string,
wechaty : Wechaty,
say (
text : string,
replyTo? : Contact | Contact[]
): Promise<void | Message>
wechaty: Wechaty,
}
export interface Acceptable {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册