UNPKG
@oebot/core
Version:
latest (0.8.6)
0.8.6
0.8.5
0.8.4
0.8.3
能跑就行的 QQ 机器人框架,基于 oicq v2,改自KiviBot(R.I.P.)
docs.d3ft.cn.eu.org/oebot/
@oebot/core
/
lib
/
utils
/
uploadFileToDir.d.ts
3 lines
(2 loc)
•
185 B
TypeScript
View Raw
1
2
3
import
type
{
Client
}
from
'oicq'
;
export
declare
function
uploadFileToDir
(
this
:
Client
,
group
:
number
,
filepath
:
string
,
uploadFilename
?:
string
,
dirname
?:
string
):
Promise
<
boolean
>;